https://github.com/lordubuntu/bio-world
An ASCII game about a rebellious robot fighting to bring organic life to their machine world.
https://github.com/lordubuntu/bio-world
Last synced: about 1 year ago
JSON representation
An ASCII game about a rebellious robot fighting to bring organic life to their machine world.
- Host: GitHub
- URL: https://github.com/lordubuntu/bio-world
- Owner: LordUbuntu
- Created: 2023-05-25T05:18:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T06:50:04.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:35:06.053Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# BIO WORLD
Made by Jacobus Burger (2023) for the ASCII Game Jam 2023.
An ASCII game about a rebellious robot fighting to bring organic life to their machine world.
Fight the machine-world and bring the wonder of a bio world to this mechanical one!
## Features
BIOWORLD includes
- 3 interesting bosses
- neat storyline
- straightforward battle system
Not much else, it's a simple game!
## Installation
All you need to play the game is a Python 3 interpreter on your system. From there, simply run `python3 bioworld.py` and the game will go!
## Lessons Learned
I should have begun with a design instead of figuring it out as I went.
I did well to avoid scope-creep by keeping things simple and features limited.
I learned how to better manage gamestate and the challenges of game balance.
## Future Plans
I'll archive this because it's from the jam itself. I will come back to this game concept in the near future and flesh it out into a fuller game