Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovidios/re_cycle
A word-puzzle-ish game made for Ludum Dare 54 in less than 48h using LÖVE and Lua
https://github.com/ovidios/re_cycle
game game-development love2d lua ludum-dare ludum-dare-54
Last synced: 14 days ago
JSON representation
A word-puzzle-ish game made for Ludum Dare 54 in less than 48h using LÖVE and Lua
- Host: GitHub
- URL: https://github.com/ovidios/re_cycle
- Owner: Ovidios
- Created: 2023-10-11T21:10:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T21:13:18.000Z (about 1 year ago)
- Last Synced: 2024-10-10T22:42:22.984Z (about 1 month ago)
- Topics: game, game-development, love2d, lua, ludum-dare, ludum-dare-54
- Language: Lua
- Homepage: https://ovidios.itch.io/re-cycle
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# re🟡cycle
## About
![gif showing the game](github_resources/sc1.gif)re🟡cycle is a fast-paced word-puzzle-ish game where you try to achieve a high score by typing leters, forming (only!) words, fulfilling quests, leveling up and strategically using a limited number of spaces.
This game was built for the [Ludum Dare](https://ldjam.com) 54 compo in less than 48h. Rate it [here](https://ldjam.com/events/ludum-dare/54/recycle)! (Or just run it using [LÖVE](https://love2d.org/), or download the Windows/Mac binaries on [itch.io](https://ovidios.itch.io/re-cycle))
## Resources Used
![gif showing the game](github_resources/sc2.gif)
- [LÖVE](https://love2d.org/) as the game framework
- [Chiptone](https://sfbgames.itch.io/chiptone) for sound generation
- The [classic.lua](https://github.com/rxi/classic), [json.lua](https://github.com/rxi/json.lua), and [lovebird](https://github.com/rxi/lovebird) libraries
- [makelove](https://github.com/pfirsich/makelove) to simplify the build process
- The [Roboto](https://fonts.google.com/specimen/Roboto) family of fonts
- A number of word datasets or publicly available lists (found in `res/lists/`):
- [animals.lua](https://gist.github.com/EyeOfMidas/311e77b8b8c2f334fc8bdaf652c1f47f)
- [colors.lua](https://github.com/codebrainz/color-names)
- [elements.lua](https://gist.github.com/GoodmanSciences/c2dd862cd38f21b0ad36b8f96b4bf1ee)
- [emojis.lua](https://github.com/datasets/emojis)
- [gems.lua](https://en.wikipedia.org/wiki/List_of_gemstones_by_species)
- [ld_themes.lua](https://en.wikipedia.org/wiki/Ludum_Dare)
- [mtg.lua](https://scryfall.com)
- [mtg_keywords.lua](https://media.wizards.com/2023/downloads/MagicCompRulesWOE%2020230901.pdf)
- [pokemon.lua](https://github.com/lgreski/pokemonData)
- [tng.lua](https://en.wikipedia.org/wiki/List_of_Star_Trek:_The_Next_Generation_episodes)
- [zodiac.lua](https://en.wikipedia.org/wiki/Astrological_sign)