JoeStrout / descent-into-darkness

a 3D(ish) realtime dungeon crawler for Mini Micro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Descent into Darkness (title image)

a 3D(ish) realtime dungeon crawler for Mini Micro

This is a community project to develop a Doom-like fantasy RPG dungeon crawler using MiniScript and Mini Micro.

Fairly current screen shot

Getting Started

  1. Clone (or better yet, fork and then clone) this repo to your local hard drive.
  2. Mount the usr folder in slot 1 (/usr) of Mini Micro.
  3. reboot

Controls

  • 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.

Exploring the project

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.

Contributing

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!

About

a 3D(ish) realtime dungeon crawler for Mini Micro

License:MIT License


Languages

Language:MAXScript 100.0%