Programming Game is an mmorpg that you play entirely through code.
If you haven't signed up for an account, there's an in-browser, no sign up demo available here.
git clone git@github.com:gdborton/programming-game-starter.git
cd programming-game-starter
touch .env
# Update your .env with USER_ID and API_KEY
# You can find these values here:
# https://programming-game.com/dashboard
npm install
npm startWatch your character react as you change code at https://programming-game.com/watch/<character>, there are quicklinks for each of your characters in your dashboard.
There's a basic getting started guide that walks you through the most basic mechanics of the game. It's highly recommended that you work through this.
The game is designed to be played 24/7. It can be advantageous to deploy the game to a SAAS that allows you to run 24/7.
Some low cost providers:
- fly.io - You can run a client on fly.io for less than $5/month.
- heroku - you can deploy a single dyno that stays connected for $5/month.
If you need any help with code or mechanics, or want to coordinate with other players, come join the discord server