https://github.com/nrkn/orb-of-worlds-7drl
Roguelike for 7DRL 2018
https://github.com/nrkn/orb-of-worlds-7drl
Last synced: 5 days ago
JSON representation
Roguelike for 7DRL 2018
- Host: GitHub
- URL: https://github.com/nrkn/orb-of-worlds-7drl
- Owner: nrkn
- License: mit
- Created: 2018-03-04T19:58:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T19:16:30.000Z (about 7 years ago)
- Last Synced: 2024-11-06T17:50:47.771Z (6 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orb of Worlds 7DRL
- ✔️ decent dungeons that look like dungeons - cave algorithm
- ️️️✔️ monsters and combat
- ✔️ multiple dungeon levels with difficulty progression
- ✔️ healing potions
- ✔️ win if reach bottom
- ✔️ fov
- ✔️ colors
- ✔️ touch controls for mobile
- ✔️ refactor from 1k version for easier development
- ️✔️ diagonal movement
-️ ✔️ ensure stairs never block
- ✔️ improve monster AI
- ✔️ move up and down stairs, persistent dungeons
- save/load system
- multiple monster types
- UI
- inventory, weight limit
- change HP to have max, potions auto use until max then stored in inventory
- character stats system (use for monsters too)
- combat uses stats system
- weapons / armor
- XP / levelling system
- monster drops
- shop
- better dungeon generation
- spells / projectile weapons
- themed areas
- replace win at bottom with warp to next area
- improved fov / fog of war
- lighting effects
- story
- electron version?