https://github.com/prajwalch/cringewordcxe
just a basic text game
https://github.com/prajwalch/cringewordcxe
c text-based-game
Last synced: 11 months ago
JSON representation
just a basic text game
- Host: GitHub
- URL: https://github.com/prajwalch/cringewordcxe
- Owner: prajwalch
- Created: 2021-03-30T10:08:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T16:26:59.000Z (about 5 years ago)
- Last Synced: 2025-01-26T19:33:50.460Z (over 1 year ago)
- Topics: c, text-based-game
- Language: C
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cringe Word
**Simple word guessing game where user will be given a random word with shuffle letters and user have to guess what word it is.**
## v0.0.1
### Changes
----
- Main Menu
- Input handler for main menu
- Added 50 words
- Game instructions on how to play
- Input handler for game
- Shuffle algorithm for both word list and letters
- Quit command (user can quit game anytime while playing by typing quit)
### Improvements
---
- input handler for both main menu and game
- shuffle algorithm
### Fixes
---
- Dynamic memory storage error
- Unhandled user input which cause unexpected infinite loop
## v0.1.2
### Changes
---
- Added game point
- Added skip command to skip the current word
### Game Point
---
**Now a user need to maintain game point in order to play longer. Default game point is ```110``` and it will increase by ```3``` or decrease by ```5``` based on win or lose respectively.**
## Fixes
- Fix letters shuffle incorrectly
- Fix main function initialization
- Fix some functions to work correctly