Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sugarvoid/sickle-dodge-godot

Game jam submission
https://github.com/sugarvoid/sickle-dodge-godot

arcade game-development game-jam godot godot-engine minigame

Last synced: 6 days ago
JSON representation

Game jam submission

Awesome Lists containing this project

README

        

# Sickle Dodoge (Godot) :snowman:

My submission for the [Winter Break Bullet Hell Jam](https://itch.io/jam/2023-winter-bullet-hell-jam)

https://user-images.githubusercontent.com/48969490/219983995-8e094a6c-d601-4c84-9642-d1ad25cc1b90.mp4


## Info :dart:
- Dodge the ice sickles for 1 minute.
- The sickles are not random, they will always spawn in the same pattern/order.
- The player will freeze if standing still.
- There is a triple jump.


## Controls :joystick:

|Key|Action|
|:---:|:---:|
|A|Move Left|
|D|Move Right|
|Space|Jump|

Also has controller support


## To-Do :heavy_check_mark:
- Replace danger object class with just ice sickle
- Make ice sickles not look like nails

## Possible additions
- Hats
- Endless mode


## Credits
### Programming :computer:
- SugarVoid
### Sprites
- SugarVoid
### Font
- Equipe Basic by [Eeve Somepx](https://somepx.itch.io/) [CSL](http://www.palmentieri.it/somepx/license.txt)
- Fibberish by [Nathan Scott](@caffi_nate) 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/)


This game uses Godot Engine, available under the following license:

Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur.

Copyright (c) 2014-2022 Godot Engine contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.