ndigati / RogueLike-Phaser

Simple Roguelike game using Javascript and Phaser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RogueLike Game

Basic JavaScript roguelike game to get more experience with JavaScript

Details

  • Uses Phaser Javascript framework
    • Create a new folder 'lib' and put either 'phaser.js' or 'phaser.min.js' (modify index.html if needed).
  • Uses image assests from Phaser tutorial.
  • Needs to be run on a server
    • Easiest ways are to use node's http-sever or python SimpleHTTPServer
      • npm install http-server

      • Then run the command http-server in the root of project and it will start on localhost:8080

      • python -m SimpleHTTPServer

      • Run that command in the root and the server will start on localhost:8000

About

Simple Roguelike game using Javascript and Phaser


Languages

Language:JavaScript 89.7%Language:HTML 10.3%