123survesh / simple_phaser_games

Learn phaser with simple games

Home Page:https://123survesh.github.io/simple_phaser_games/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Phaser Games

This repository was created as part of a online gamedev teaching session, that I did along with FSFTN. The session was in the language Tamil, so if you know the language, please do check out the videos if interested.

  1. Cookie Clicker
  1. Little Adventures
  • A platformer game to learn the basics of side scrolling platformer with simple collision and physics, and levels created with tiled editor. | Youtube Link | Try the game |

How to run the games

  1. Clone the repo to your computer
  2. Open one of the folders, say "cookie"
  3. Create a live server, to serve the contents of this folder.
  • I used python's SimpleHTTPServer, code: python -m SimpleHTTPServer:8000
  1. Open your browser (I prefer incognito mode to prevent static file caching), and go to the link: http://localhost:8000

About

Learn phaser with simple games

https://123survesh.github.io/simple_phaser_games/


Languages

Language:JavaScript 83.1%Language:HTML 13.4%Language:CSS 3.5%