Minima
A downloadable game for Windows, macOS, and Linux
The Land of Miskatonia needs a hero to save it from the evil Faxon and its minions. Can you be that hero? Explore Miskatonia and its settlements, talk to its residents, build up your skills, and finally challenge Faxon in its secret lair.
Minima is an adventure RPG in the style of the older Ultima games (Ultima I, Ultima II, Ultima III, Ultima IV, & Ultima V) as played on the Commodore 64 and 128 computers. Just like the original Ultima games, it includes a world view, enterable towns, and 3D dungeon displays. It also features graphics, sound effects, and music that should help one recollect those classics. More importantly, it is a fully playable (and winnable) game with its own backstory, plot, setting, and characters. It was written for PICO-8 and can be run on Linux, Mac, MS-Windows, and Raspberry Pi. It can also be played through the Web at: https://www.lexaloffle.com/bbs/?tid=31831
If you like Minima, you may also enjoy Anteform, a game written using the same engine and sharing the same user interface.
Status | Released |
Platforms | Windows, macOS, Linux |
Release date | Oct 02, 2018 |
Rating | |
Author | Feneric |
Genre | Role Playing, Adventure |
Made with | PICO-8 |
Tags | Fantasy, PICO-8, Pixel Art, Retro, Singleplayer |
Average session | A few hours |
Languages | English |
Inputs | Keyboard |
Links | Source code, Community |
Download
Click download now to get access to the following files:
Development log
- Minima Engine Used for New GameAug 24, 2019
- Minima got two bug fixes and a new Raspberry Pi versionJul 14, 2019
- Honorable Mention for Minima in Both Nominated CategoriesFeb 18, 2019
- Minima Nominated for Two PICO-8 AwardsJan 27, 2019
- Minor bugfix release, and now using Itch uploaderOct 24, 2018
Comments
Log in with itch.io to leave a comment.
this game is very cool!!
wow, i like your ultima-style rpg minima, and anteform
Thanks, I'm glad you like them. I've really enjoyed hearing back from people who've played them and had fun with them.
what game engine did you use to make this?
I made an engine on top of PICO-8. With fairly minor changes it ought to be usable for other games. I put a few notes about how to start doing so on the GitHub page at https://github.com/Feneric/Minima
Note though that the limits in PICO-8 are pretty fierce and the production version of the code had to be made a little ugly in order to fit within them. It's probably easier learning the structure from an early version before looking at the production one.
Is there a web version?
Yes, you can play it online at: https://www.lexaloffle.com/bbs/?tid=31831
Please note that while it works in mobile browsers, it requires a keyboard.
Hello,
I completed the game and it was a fun ride.
I have got one suggestion, I think bumping onto an enemy could make the character attack it.
I'm glad you enjoyed it.
I did actually think about that but ended up not going that way for a couple of reasons. The first is that the games Minima strives to be like all use the "a" key for "attack", too, and anyone who's used to those will probably have the whole "a -> direction" sequence pretty well entrenched in muscle memory already. The second is that there are a couple of areas in the game where it makes a difference. One of these I won't go into because I don't want to give anything away that players can figure out by playing themselves, but the second is that whether or not bumping is forgiven makes a big difference in towns.
It makes sense, thanks for the detailed answer.