Skip to content

Kyle-Mendes/Rogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rogue Term

This project is a super simple framework for developing terminal based Rogue-like games using Node.js.

Getting started

Right now, this package isn't on NPM. But you can clone this repository and run npm link to get a symlink to this package.

  1. npm build
  2. npm link
  3. Go to your game's directory
  4. npm link rogue

If you just want to see it in action, look in the examples directory:

  1. Look in examples/simple/app.js for details on getting started
  2. Run npm build and npm run run in examples/simple to see it in action!

Roadmap

  • Add the ability to have complex connections between rooms (right angles). Right now, they can only be straight lines
  • Add a viewport, so the map can be very large, but only the values in view are rendered to the screen
  • Add the ability to link dungeons together. This would act like floors for deep dungeon traversal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published