done for tonght gn!
This commit is contained in:
parent
211a5e074b
commit
077a53d911
2 changed files with 57 additions and 5 deletions
19
README.md
19
README.md
|
|
@ -7,11 +7,11 @@ Snake jam for SXSW Jam 2025
|
||||||
|
|
||||||
- [x] snake movement
|
- [x] snake movement
|
||||||
- [x] eat apples
|
- [x] eat apples
|
||||||
- [ ] grow snake
|
- [x] grow snake
|
||||||
- [ ] apples go inisde
|
- [x] apples go inisde
|
||||||
- [ ] inside stuff
|
- [x] inside stuff
|
||||||
- [ ] hunger/fuel system
|
- [x] hunger/fuel system
|
||||||
- [ ] apple collsion detection
|
- [x] apple collsion detection
|
||||||
|
|
||||||
|
|
||||||
https://opengameart.org/content/apple-32x32
|
https://opengameart.org/content/apple-32x32
|
||||||
|
|
@ -22,3 +22,12 @@ okay theres like 5 days left so lets pivot the plan a bit so we can submit somet
|
||||||
- every time we eat an apple, we get longer but cant access those rooms/are empty
|
- every time we eat an apple, we get longer but cant access those rooms/are empty
|
||||||
- apples reduce hunger/if we get too hungry, game over
|
- apples reduce hunger/if we get too hungry, game over
|
||||||
- if snake runs into itself or wall, game over
|
- if snake runs into itself or wall, game over
|
||||||
|
|
||||||
|
## next time i work on this
|
||||||
|
everythings in palce to be honest. Heres what i need to do to bring it to completion:
|
||||||
|
- [ ] Menus
|
||||||
|
- [ ] Gameplay loop (ability to restart/replay game)
|
||||||
|
- [ ] Balancing (mostly done, not critical)
|
||||||
|
- [ ] Art!!! (braincell, snake segments, apple pit, apples, furnace, menu)
|
||||||
|
- [ ] Itch page - descrition, cover art
|
||||||
|
- [ ] Submit to jam page
|
||||||
|
|
|
||||||
43
export_presets.cfg
Normal file
43
export_presets.cfg
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
[preset.0]
|
||||||
|
|
||||||
|
name="Web"
|
||||||
|
platform="Web"
|
||||||
|
runnable=true
|
||||||
|
advanced_options=false
|
||||||
|
dedicated_server=false
|
||||||
|
custom_features=""
|
||||||
|
export_filter="all_resources"
|
||||||
|
include_filter=""
|
||||||
|
exclude_filter=""
|
||||||
|
export_path="../../Exports/Snake/Web/index.html"
|
||||||
|
patches=PackedStringArray()
|
||||||
|
encryption_include_filters=""
|
||||||
|
encryption_exclude_filters=""
|
||||||
|
seed=0
|
||||||
|
encrypt_pck=false
|
||||||
|
encrypt_directory=false
|
||||||
|
script_export_mode=2
|
||||||
|
|
||||||
|
[preset.0.options]
|
||||||
|
|
||||||
|
custom_template/debug=""
|
||||||
|
custom_template/release=""
|
||||||
|
variant/extensions_support=false
|
||||||
|
variant/thread_support=false
|
||||||
|
vram_texture_compression/for_desktop=true
|
||||||
|
vram_texture_compression/for_mobile=false
|
||||||
|
html/export_icon=true
|
||||||
|
html/custom_html_shell=""
|
||||||
|
html/head_include=""
|
||||||
|
html/canvas_resize_policy=2
|
||||||
|
html/focus_canvas_on_start=true
|
||||||
|
html/experimental_virtual_keyboard=false
|
||||||
|
progressive_web_app/enabled=false
|
||||||
|
progressive_web_app/ensure_cross_origin_isolation_headers=true
|
||||||
|
progressive_web_app/offline_page=""
|
||||||
|
progressive_web_app/display=1
|
||||||
|
progressive_web_app/orientation=0
|
||||||
|
progressive_web_app/icon_144x144=""
|
||||||
|
progressive_web_app/icon_180x180=""
|
||||||
|
progressive_web_app/icon_512x512=""
|
||||||
|
progressive_web_app/background_color=Color(0, 0, 0, 1)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue