Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugarvoid/make-words
Typing game used to learn love2d/lua
https://github.com/sugarvoid/make-words
game-development love2d lua
Last synced: about 1 month ago
JSON representation
Typing game used to learn love2d/lua
- Host: GitHub
- URL: https://github.com/sugarvoid/make-words
- Owner: sugarvoid
- License: mit
- Created: 2023-04-09T02:13:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T17:58:17.000Z (about 1 month ago)
- Last Synced: 2024-12-21T18:36:26.100Z (about 1 month ago)
- Topics: game-development, love2d, lua
- Language: Lua
- Homepage: https://sugarvoid.itch.io/make-words
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Make Words
A clone of typing game I came across itch. Using it as an exercise to learn the [LÖVE](https://love2d.org/) framework.## Project Goal
Get a basic understanding of LÖVE.## How To Play
### Chain Mode
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.Reusing a word will cause player to lose a life.
Using a invalid words will cause a game over.
### Deluxe Mode
Type a word that contains both of the required letters and press enter to submit the word. Two random letters will be selected as the next required letters.Reusing a word will cause player to lose a life.
Using a invalid words will cause a game over.
## Credits
### Framework
[LÖVE](https://love2d.org/)### Original Game
[Word Chain](https://mantequilla525.itch.io/word-chain) by [mantequilla525](https://mantequilla525.itch.io/)### Font
Round9x13 by [Herald](https://he.rald.fr/fonts) is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).### Music
Thinking And Tinkering by [Fablefly Music](https://fablefly-music.itch.io/)### Color Palette
[RGR Proto 16](https://lospec.com/palette-list/rgr-proto16)