Skip to content

crackerboy/networked-game-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a quick game template to create a simple online multiplayer data-driven game.

Requirements

Must have python 2.7 (ish) and CherryPy installed

How To Use

  • Run python server.py in the server directory
  • Modify logic.js to manipulate game data
  • Modify visual.js to display game data
  • Go to 127.0.0.1/static/index.html in your browser

All networking and server communication is handled for you (the data you manipulate is synced across every client)

About

A simple template for a networked game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.3%
  • Python 4.7%