Git Product home page Git Product logo

clay's Introduction

Clay

Clay is an experiment with bringing MUD games into the modern gaming scene. MUD's were largely text-based and took place directly on a terminal (usually via Telnet), with limited (or no) graphical components. Clay aims to keep that simplistic experience, while also allowing simple augmentations with a richer UI for the player, images to set the tone for gameplay, and other modern browser perks.

Design Philosophy

Clay is being designed with a "move fast, break stuff" mentality. Many of my projects end up being plagued with planning for endless future iterations that never happen (largely due to the never ending planning). This project is just me throwing code at a problem until it works, and refactoring it when I need to.

I'm not writing tests for features until after they're built and refined, as I'm driving blind on this one. Things I'm not doing, but will evenetually do, might include:

  • Getting the application easily configurable (via ENV, or config file). Right now, I'm harcoding paths and ports because it lets me move forward without needing to think about the little things.
  • Database management, migrations, and seeding. Skipping this for now so I can get right into the fun parts of the project without needing to prepare for other team members or users that don't exist.
  • Tests. Everything will get tests, don't worry. I'm just not sure what everything is yet, and don't want to spend 40% of my time writing tests, only to rewrite 30% of them in their entirety as things change.
  • Documentation is important, but until I get stuck in the codebase because I can't remember how things work, I'm not adding too much documentation.

The code won't always be pretty.

Running The Code

Download this repository, npm install, and then npm run start. You can connect by going to localhost:3000.

This project uses the experimental ES2015 import syntax available in Node 8.5.0, so all files use the mjs extension to identify themselves as modules. See the experimental flag in use in package.json.

clay's People

Contributors

mtrpcic avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.