This is a community project to develop a Doom-like fantasy RPG dungeon crawler using MiniScript and Mini Micro.
- Clone (or better yet, fork and then clone) this repo to your local hard drive.
- Mount the
usr
folder in slot 1 (/usr
) of Mini Micro. reboot
- WASD or arrow keys: move/strafe.
- Mouse: rotate and look up/down.
- Shift, Tab, or Spacebar: toggle door.
- Spacebar or Return: fire a spell.
- M: show in-game map.
Spiders and green slimes are non-aggressive until provoked. Other slimes, however, will attack on sight.
Core game code is in the code
folder. This includes main.ms
, which is the main program; that's the one to reload and run after making a change to anything. Graphics, sounds, etc. are all in the content
folder.
This is meant to be a community project. Join the MiniScript Discord server via the link on the [MiniScript home page]((https://miniscript.org/), find the #descent-into-darkness channel, and join the fun!