https://github.com/sugarvoid/pygame-typing-game
Remaking my LÖVE Typing game, but with Pygame.
https://github.com/sugarvoid/pygame-typing-game
game game-development pygame
Last synced: about 1 year ago
JSON representation
Remaking my LÖVE Typing game, but with Pygame.
- Host: GitHub
- URL: https://github.com/sugarvoid/pygame-typing-game
- Owner: sugarvoid
- License: mit
- Created: 2023-08-05T12:11:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T15:09:54.000Z (over 2 years ago)
- Last Synced: 2024-02-10T14:28:35.570Z (over 2 years ago)
- Topics: game, game-development, pygame
- Language: Python
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pygame Typing Game
A clone of a clone of a typing game I came across itch. Originally used it as an exercise to learn the [LÖVE](https://love2d.org/) framework, now using it to learn pygame.
## How To Play
- Type a word the starts with the letter on screen and press enter to submit the word. The last letter of the submitted work will be the first letter of the next word.
## Credit
### Original Game
- [Word Chain](https://mantequilla525.itch.io/word-chain) by [mantequilla525](https://mantequilla525.itch.io/)
### Font
- Monogram by [datagoblin](https://datagoblin.itch.io/) is licensed under CC0 1.0.
### Music
-
### Sound FX
-
-
### Color Palette
- [Oli 6](https://lospec.com/palette-list/oil-6) by GrafxKid
### Features To Add
- [ ] Score
- [x] Game over screen
- [ ] Scroll used works in game over screen
- [ ] Music
- [ ] Sound effects