Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubenthecoder/hangman-geology-edition

Portfolio project of a hangman game where you guess the names of minerals
https://github.com/rubenthecoder/hangman-geology-edition

minerals portfolio python

Last synced: 27 days ago
JSON representation

Portfolio project of a hangman game where you guess the names of minerals

Awesome Lists containing this project

README

        

# README

This is one of my portfolio projects. It involves a command line game inspired version of Hangman, where it uses the names of minerals instead of a dictionary.

This game includes:
- 1.600 different minerals to test your inner geologist.
- A nicely colored command line interface with nostalgic beep sounds.
- A level system to reach new ranks the more you play.
- A built in tutorial for new players.
- After a round of Hangman, the game offers you to show photos of the gemstone on Mindat.org.

The game is coded in Python, and then packaged into a EXE file.
To play the game, you can run that EXE file inside the zip folder.

## Repository Instructions

### Game files (to play the game)
- Galgje Geology Edition 2024.zip
> Unzip this file and run 'Hangman Geology Edition 2024' to play the game.

### Raw files (to read the code)
- Main.py
- WordList.txt
- GameData.json

## Photo gallery

### Tutorial

![img-1](https://github.com/RubenTheCoder/hangman-geology-edition/assets/130549492/137824f8-e7ef-4022-a305-fe3156136318)

### Main Menu

![img-6](https://github.com/RubenTheCoder/hangman-geology-edition/assets/130549492/333d4b7a-3b67-49a8-b776-6e5ee6f2791b)

### Gameplay

![img-2](https://github.com/RubenTheCoder/hangman-geology-edition/assets/130549492/15926eb5-5883-4b40-a24f-ce62457d7503)

### Results Screen

![img-3](https://github.com/RubenTheCoder/hangman-geology-edition/assets/130549492/dd081732-7734-4140-86b6-c362ef66f70a)

### Mindat.org after a round

![img-4](https://github.com/RubenTheCoder/hangman-geology-edition/assets/130549492/3dfde62a-c1b5-4dda-9055-c503a9cb87ea)

### Profile stats screem

![img-5](https://github.com/RubenTheCoder/hangman-geology-edition/assets/130549492/d148918c-9b16-4093-9b6b-9a4faff2bd31)