Anything else that doesn't fit in any of the above forums goes here!
 #150452  by Fluffy
 
Hey programmers! For the first release you guys have a big task. You guys need to put everyone's work together and make it work.

Our first milestone will be to create a stable build to begin alpha testing.

V0.1 goals
  1. Set up git repository
  2. Set up hosting of the application (can anyone volunteer their domain to host?)
  3. Create application framework that supports:
    • Tiled playing field of variable length and width
    • Playing field supports tiles with customisable properties
    • Characters to occupy and interact with tiles, and interact with other characters
    • Tracking and manipulating game state based on time
So I guess the first question is, what options do we have tech-wise? HTML5, JavaScript, PHP, SQL?
 #150464  by Fluffy
 
Great stuff DS! Can you get a page setup with a barebones application (can be just blank with a button or something) so we can have a blank canvas to begin?

Can anyone host another instance? That would be great for backup and forks (if needed).

Once we settle on a template we can set up the git repo.