Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovidios/trelet
a word-puzzle-platformer game made for Ludum Dare 45
https://github.com/ovidios/trelet
Last synced: about 2 months ago
JSON representation
a word-puzzle-platformer game made for Ludum Dare 45
- Host: GitHub
- URL: https://github.com/ovidios/trelet
- Owner: Ovidios
- Created: 2019-10-06T22:01:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T22:03:42.000Z (over 5 years ago)
- Last Synced: 2023-10-12T20:01:56.737Z (about 1 year ago)
- Language: Lua
- Size: 23.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trelet ~ The Land of Words #
![](jump.gif)This is a platformer that is also a Scrabble-style word puzzle game. You place letters to make blocks that act as platforms to help you reach the goal.
This is just the Source Code. You can run the game using [LÖVE](https://love2d.org/) or download Windows and Mac executables [here](https://ovidios.itch.io/trelet).
## General Info
This game was made for the [Ludum Dare 45](https://ldjam.com/) Compo within a 48hr time period using these Tools:
- [LÖVE](https://love2d.org/) as the game's framework
- [LMMS](https://lmms.io/) and [Bosca Ceoil](https://boscaceoil.net/) for music
- [BFXR](https://www.bfxr.net/) for sound effects
- The Lua libraries [bump.lua](https://github.com/kikito/bump.lua), [classic.lua](https://github.com/rxi/classic), [easing.lua](https://github.com/EmmanuelOga/easing/blob/master/lib/easing.lua), and [lovebird.lua](https://github.com/rxi/lovebird)