Skip to content

stolati/C-h-at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is C(h)at, a web HTML5 mmorpg.
For now, it's nothing fancy, just squares on a blackboard.

Help for developping :
Last Firefox with :
 - Firebug : getfirebug.com, (you can get Acebug, eventbug extention on the wiki)
 - Auto Reload

You have to have Play 2.0.2 to use it (play run)
Once installed : 

play
  update
  idea #if you want the idea IDE

For idea, use plugins :
  scala
  CoffeeBrew



#from play
#This file will be packaged with your application, when using `play dist`.

need :
grunt : npm install -g grunt
grunt-volo : npm install -g grunt-volo


#folling problem while setting an automatic package,
#I can't anymore have jfarcand and liftweb in my sbt dependency.
#TODO do a stackoverflow question

#how to get jfarcand, and compile it
git clone git://github.com/jfarcand/WCS.git
cd WCS
mvn compile
mvn package
cp ./target/wcs-1.3-SNAPSHOT-all.jar ${C-h-at_path}/lib

#how to get liftweb and compile it
git clone git://github.com/lift/lift.git
cd lift/framework/lift-base/lift-json
mvn compile
mvn package
cp ./target/lift-json_2.8.1-2.3-SNAPSHOT.jar ${C-h-at_path}/lib














About

MMORPG based on HTML5 stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published