top of page

Mech Walker

During an Intro to Scripting class in my Computer Science degree, we learned Python. Python is a very easy to use language that is recommended to first timer programmers. This game was created by myself in one Python script. Some may see it as ready to release as there isn't much that needs to be done. However, I feel like it's just the beginning to this game. I have started to re-create the game in C++, adding a way for players to create their own bunkers. However, it is very far from actually working at the moment. I'm even thinking of starting a Unity project for it.

The Game!

This python text based game is about an explorer venturing out and scavenging. It was inspired by Fallout 4 at the time, and the mech-walker is inspired by the Power Armor in the game. The player needs to navigate the bunker's rooms via typing commands like: east, west, south, north. Each room may or may not contain an item the player can pick up. Certain items require other items to be in the player's inventory already in order to be obtained. The end goal of the game is the obtain all the items and beat the monster in the middle of the bunker. 

​

Below is a button linked to a playable version of the game. 

bottom of page