Skip to content

briwa/lousygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lousygame : integrating Meteor 1.0 Javascript framework with Phaser 2.1, Javascript game engine Yo

How to install

  • Clone this repository
  • Install NodeJS and npm

Linux :

sudo apt-get install nodejs
sudo apt-get install npm

Mac (npm is bundled inside node) :

brew install node
  • Install Meteor
curl https://install.meteor.com/ | sh
  • ...or update your Meteor if you have it installed already
meteor update
  • Run Meteor in the cloned directory
meteor

Changelog:

  • v0.5
    • Added movement
    • Added attack and other related events (die, get gold+exp)
    • Added items and effects

Credits

All sprites used are not mine! Sources :

About

A proof of concept on how Meteor can also be used to build realtime game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published