Member-only story
Awesome Python Game That Runs In Your Terminal
2 min readJun 16, 2022
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to learn more about it:
So, let’s take a look at an awesome Python project that showcases the versatility of this language, this specific project is pokete, it’s a terminal based Pokemon “like” game! Here is a link to their GitHub repository:
At a high level, this game is ran within the terminal, and you can play this game within your terminal as well!
Running this project is very easy, all you have to do is clone this repository, and use the following pip commands as well: