Skip to content

A JavaScript roguelike using ROT.js, started for 7DRL 2015, and inspired by Songgu Kwon's web-comic "Elf".

Notifications You must be signed in to change notification settings

blatboy/Blackfeather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackfeather

A JavaScript roguelike using ROT.js, started for 7DRL 2015, and inspired by Songgu Kwon's web-comic "Elf".

Overview

Blackfeather is a fantasy dungeon crawling game in the tradition of Rogue. I started this game as part of the Seven Day Roguelike Challenge (7DRL, http://7drl.org) in March 2015. I was able to get a basic engine going in that time, but nothing close to the final game I envisioned. As such, this project is very much a work-in-progress.

Playing the game

Just open the index.html in a browser and you're good to go. Use cursor keys (up, down, left, right, etc.) to move around. The game is simple "bump to attack" right now. Killing monsters accrues experience, which will level you up, which gives you more max hit-points and more attack power.

Credit where it is due

This game was built around ROT.js (https://github.com/ondras/rot.js) by Ondřej Žára.

The theme is inspired by and artwork swiped (with permission) from Songgu Kwon's web-comic, "Elf". Available at http://elf-comic.thecomicseries.com/

About

A JavaScript roguelike using ROT.js, started for 7DRL 2015, and inspired by Songgu Kwon's web-comic "Elf".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%