popcar2 / GodotOS

A Fake Operating System Interface made in Godot!
GNU Affero General Public License v3.0
1.1k stars 57 forks source link

Add simple snake game #11

Closed jean-philippe-martin closed 9 months ago

jean-philippe-martin commented 9 months ago

This pull request adds a simple "snake" game. The folder takes only 16Kb and the game is playable, complete with a score counter.

It also adds it to the taskbar so it can be started via the OS interface.

Screen Shot 2024-01-21 at 5 37 33 PM
popcar2 commented 9 months ago

I played around a bit, and it's pretty fun! Thanks for the PR.

Some notes though before I can merge it:

Lastly, this is just my opinion but I think the game's a bit too fast which makes micromovements hard and getting fruits that spawn on the edge a bit too punishing. I think a time_per_tick of 1.0/20.0 would be a lot nicer.

image

jean-philippe-martin commented 9 months ago

Thank you for your detailed feedback!

I have applied all your suggestions:

It's ready for you to take a second look!

popcar2 commented 9 months ago

Thanks for the update! Looks good to me, and I really like that apples don't appear directly on the edge anymore. I'll do some minor cleanup after merging then release a new build soon.

jean-philippe-martin commented 9 months ago

Fantastic, thank you very much!