A downloadable game for Windows, macOS, and Linux

Download NowName your own price

https://github.com/asalazar516/Game-Off-Project

Created for the Game Off Game Jam

A two player competitive snake! 

Goal: 

Eat the food to make the snake big before times run out. 
Do not let the snake hit the wall or itself or each other.
Try to have the biggest snake!

Controls:
Player 1:
Snake Color: Purple
Up:   W

Down: S

Left: A

Right: D

Return to main menu: Escape

Controls:
Player 2:

Snake Color: Orange
Up: Up Arrow

Down: Down Arrow

Left: Left Arrow

Right: Right Arrow

Return to main menu: Escape

Thanks for downloading and playing!


StatusReleased
PlatformsWindows, macOS, Linux
AuthorOne_person
Made withGodot
TagsGodot, Multiplayer, Retro, Short
Code licenseMIT License
Average sessionA few seconds
InputsKeyboard
AccessibilityColor-blind friendly
MultiplayerLocal multiplayer
Player count2

Download

Download NowName your own price

Click download now to get access to the following files:

CADUCEUS_v1.2 (Windows) 35 MB
CADUCEUS_v1.2 (Linux) 37 MB
CADUCEUS_v1.2 (Apple) 28 MB

Development log

Comments

Log in with itch.io to leave a comment.

Hello, I couldn't play the game on Mac because of the "don't have permission to open application"

Hi Layal, I seen this image before. From what I have seen it is a permission on Mac, depending on your OS version. Here is the way to get around it:

  1. When decompressing the .zip, the application contents didn't retain the execute bits. Add it back with running on the terminalsudo chmod -R 755 /path/to/app.
  2. Since the application was downloaded by a web browser (in my case) the quarantine bits are set on the decompressed files. Remove that with running on terminal xattr -dr com.apple.quarantine /path/to/app. (You may need to use sudo, but shouldn't be necessary.)

If those options doesn't work, let me know. Thank you for informing this issue. Have a wonderful day!