Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sugarvoid/sickle-dodge
Remake of one of my Godot games
https://github.com/sugarvoid/sickle-dodge
game-development love2d work-in-progress
Last synced: 4 days ago
JSON representation
Remake of one of my Godot games
- Host: GitHub
- URL: https://github.com/sugarvoid/sickle-dodge
- Owner: sugarvoid
- License: mit
- Created: 2024-06-14T22:26:57.000Z (8 months ago)
- Default Branch: 2.0.0
- Last Pushed: 2024-10-09T13:52:41.000Z (4 months ago)
- Last Synced: 2025-01-30T16:40:52.648Z (13 days ago)
- Topics: game-development, love2d, work-in-progress
- Language: Lua
- Homepage: https://sugarvoid.itch.io/sickle-dodge-love2d
- Size: 8.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sickle Dodge (Love2D)
Remake of one of my Godot games. Using [LÖVE](https://love2d.org/) this time.
[Play in broswser](https://sugarvoid.itch.io/sickle-dodge-love2d)https://github.com/user-attachments/assets/ad99d086-962c-4559-af9b-fb9f9785b758
## Project Goal
Compare making a game in LÖVE and Godot.## Project Status
https://trello.com/b/IBYFLiS9/sickle-dodge
## Info :dart:
- Dodge the ice sickles for 30 seconds.
- The sickles are not random, they will always spawn in the same pattern/order.
- The player will freeze if standing still for too long.
- There is a double jump.
- Player can phase through sickles while flipping.
## Controls :joystick:
|Key|Action|
|:---:|:---:|
|A, Left|Move Left|
|D, Right|Move Right|
|W, Space|Jump|
|ESC| Pause |
|M|Mute Music|Also has controller support
## Credits
### Programming :computer:
- Dave
### Sprites
- Dave
### Font
- Mago by [nimblebeastscollective](https://nimblebeastscollective.itch.io) [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
- Fibberish by [Nathan Scott](https://caffinate.itch.io/fibberish) is licensed under [CC BY 3.0]()
### Music :musical_keyboard:
- Snowy Cottage 8bit ver 2 by [TAD](https://www.youtube.com/c/Tadon) is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
- Iced Village by [TAD](https://www.youtube.com/c/Tadon) is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
### Libraries Used
- Love2d [github](https://github.com/love2d/love)
- Flux [github](https://github.com/rxi/flux)
- Anim8 [github](https://github.com/kikito/anim8)
- Lume [github](https://github.com/rxi/lume)
- Profile.lua [github](https://github.com/2dengine/profile.lua)