Skip to content

gdborton/programming-game-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Game is an mmorpg that you play entirely through code.

Quick Demo

If you haven't signed up for an account, there's an in-browser, no sign up demo available here.

Setup

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 start

Playing the Game

Watch 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.

Staying Connected

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.

Getting Help

If you need any help with code or mechanics, or want to coordinate with other players, come join the discord server

About

A starting point for Programming Game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published