Skip to content

jumpjack/isometric-game-js-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Isometric game "urban survivor" written for MelonJS game engine

image

Other isometric engines for javascript:

Forked from jkalkhof/urban-survivor-rpg

Live demo

Game is made with MelonJS:

Game map is made with Tiled:

Tool "Tiled" supports various formats for maps:


Original text of readme.txt:

Urban Survival RPG

copyright 2018 Jerry Kalkhof

This project is based off the html5 game engine melonjs.

Major features

  • isometric map movement
  • inventory system
  • achievement system

version 1.0

This version is very basic and only has basic movement of the main character.

Gather items from around the city to reach the 3 achievement goals.

This project was built using the following tools:

  • atom - text editor
  • tiled - tilemap editor
  • TexturePacker - sprite packing tool

CREDITS

This project also used art assets from OpenGameArt.org:

Run Instructions for Windows

  1. install ubuntu - microsoft windows subsystem
  2. use nodejs to install http server mkdir node_modules sudo npm install http-server -g
  3. run http server export PATH=./node_modules/.bin:$PATH echo $PATH http-server -a localhost -p 8000 -c-1
  4. run app from localhost: http://localhost:8000/Jerry-isometric-rpg/

This game can also be tested live from my itch.io page.

About

simple isometric rpg game based on melonjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%