wmakley / web-curses

HTML5 Canvas-based Roguelike

Home Page:https://web-curses.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Curses

Fun project to learn TypeScript and Webpack by building an HTML 5 canvas-based Roguelike engine. :)

Click here for a live demo.

Current features:

  • Move around a randomly-generated static landscape of rivers and mountains. (Based on a perlin noise tutorial.)
  • Save and load from local storage!
  • Bump into a monster.
  • "Retina" display support.

Running

Development environment:

npm install
npm run server

Open: http://localhost:9000

Production build:

npm run build

Known Issues

  • Saving and loading doesn't work quite right in live demo.

About

HTML5 Canvas-based Roguelike

https://web-curses.netlify.com/

License:MIT License


Languages

Language:TypeScript 76.4%Language:JavaScript 19.6%Language:HTML 4.0%