The Floppy Disk of Forbidden Creatures
A downloadable game
An entry for Ludum Dare 55: "Summoning". Created in under 72 hours by Cole Cecil.
What awaits you when you explore the contents of the Floppy Disk of Forbidden Creatures? A summoning, to be sure, but what will you summon? And what consequences will it bring?
(Disclaimer: This game connects to the internet to enhance the gameplay experience. While no personal information is required or intentionally collected during the game, any information you enter may be transmitted over the internet and could be used as AI training data. Therefore, it is recommended that you do not enter any personal information.)
Instructions:
This is a game you run and play on the command line. After downloading the zip file that matches your operating system and CPU architecture, unzip it. Then, on the command line, navigate to the unzipped directory and run the "summon" program.
Here are more specific command line instructions for each operating system:
- Windows:
- Open a terminal using either the "Command Prompt" app or "PowerShell" app.
- Copy the path to the directory the game was unzipped to. In the terminal, type
cd
, then a space, then paste the path to the directory and press enter. For example, if the game was unzipped toC:\games\summon
, the command would becd C:\games\summon
. - To run the game, type
.\summon.exe
and press enter.
- macOS and Linux:
- Open a terminal using the "Terminal" app.
- Copy the path to the directory the game was unzipped to. In the terminal, type
cd
, then a space, then paste the path to the directory and press enter. For example, if the game was unzipped to/home/summon
, the command would becd /home/summon
. - To run the game, type
./summon
and press enter. (If you get a permission error, make sure thesummon
file has executable permissions. You can add this by running the commandchmod +x summon
.)
Technology Notes:
This game was written in Go, using the Bubble Tea framework. It also uses the go-openai library to call the OpenAI API.
Status | Released |
Release date | Apr 16, 2024 |
Author | Cole Cecil |
Genre | Interactive Fiction |
Tags | Dark, Dark Fantasy, Ludum Dare 55, Retro, Singleplayer, Text based |
Code license | GNU General Public License v3.0 (GPL) |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Accessibility | Color-blind friendly, Subtitles, High-contrast |
Links | Source code |
Leave a comment
Log in with itch.io to leave a comment.