Caduceus
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!
Status | Released |
Platforms | Windows, macOS, Linux |
Author | One_person |
Made with | Godot |
Tags | Godot, Multiplayer, Retro, Short |
Code license | MIT License |
Average session | A few seconds |
Inputs | Keyboard |
Accessibility | Color-blind friendly |
Multiplayer | Local multiplayer |
Player count | 2 |
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
- Full Screen SupportJul 07, 2022
- Update Game to Godot 3Jun 01, 2021
- Updated Windows, Mac, and Linux file. Added GIFDec 19, 2017
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:
sudo chmod -R 755 /path/to/app
.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!