Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

jtsaito/mavis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mavis

This is a multiplayer typing game by Timothy Daniell, Sebastian Oelke and Jahn Saito developed at the 2nd Babbel Hackday in 2014.

Required modules

We require some global packages as tools and some local dependencies.

###Global Coffee Script compilation, etc.###

npm install -g coffee-script browserify

The browserify "lets you require('modules') in the browser by bundling up all of your dependencies.".

###Local node.js packages###

npm install express socket.io

Compiling Mavis

###Compile client sources###

coffee --output public/javascript/client --compile src/*.coffee

(Add --watch for auto compilation.)

###Compile server sources###

coffee --compile module/*.coffee

Playing Mavis

###Run server from CoffeeScript in development mode###

coffee index.coffee

Connect from servers on port 5555: http://your.ip.is.here:5555/. Click "Join the game".

Currently, the server needs restarting after every game.

About

Multiplayer typing game written with node.js and socket.io in CoffeeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published