JosCla / MExp

A calculator remake of A Monster's Expedition, for TI-83/84 series calculators.

Home Page:https://pynl.itch.io/mexp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MExp

MExp is a simplified calculator remake of A Monster's Expedition, an open-world puzzling adventure by Draknek & Friends. Push, roll, and tumble logs to traverse the world and navigate from puzzle to puzzle!

Building the Project

Send all .8xp files from the src folder to your calculator, then open the Axe Parser Compiler, and compile MEXP to an Application.

Repository Information

The main folders hold the following:

  • doc: General documentation for the game. The top-level text files are commented versions of the game's source code files.
    • format: Describes the game's memory layout.
    • functionality-guides: Guides on how a few of the game's more complicated systems function.
  • src: The actual source files for the game, for editing on the calculator.
  • test: Unit tests to ensure the code's correct functioning.
    • Each folder contains one test. To run the test, send the .8xp file and MEXPWORL.8xv from the test folder to the calculator, compile the .8xp file to an Application, and run the TEST Application.
      • A '1' represents a passing test, and a '0' represents a failing test.
      • See the .txt file in the test folder for details on what each test is testing.
  • maps: The game's maps.
    • All of MExp's main maps can be found in final.
    • Want to create your own maps? See MExpMapper for a simple mapping tool on your calculator.
  • screenshots: Various screenshots of the game taken throughout development!
    • Contains spoilers for many of the game's mechanics.
  • dist: Scripts and files for building a distributable version of the game.

About

A calculator remake of A Monster's Expedition, for TI-83/84 series calculators.

https://pynl.itch.io/mexp

License:MIT License