Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

bryangough/simple-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Simple HTML5/JavaScript/Phaser RPG engine

Description

I wanted an easy to use html5 engine to create small adventure games. The idea is to release very tiny secions of a game similar to a web video series or web comic. Each individual game should stand alone and be fun but also have some branching story.

I remember playing the original Fallout's demo over and over. Fallout Demo wikia Instead of creating a massive game all at once, the idea is to release smaller stories over time.

Features

  • Multiple map types: isometric, top down and the hex system used in Fallout 1 Demo
  • State machine to handle both turn and real-time combat
  • Waypoint system for moving NPC on set paths.
  • Event system
  • Dialog system for branching stories

Development Blog

http://swarmherdflock.com/

Notes

The editor is actually written in Unity3D. Unfortunately it uses some Unity Store components so it cannot be opensourced yet. I am working on a new editor. That I will put in this space as well.

Pathfinding is done by easystarjs. With Some minor customizations.

About

A Simple HTML5/JavaScript/Phaser RPG engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors