https://github.com/alirezasaadatmand/snake_game
Snake game in Python/pygame , Javascript/canvas , C++/raylib and Go/raylib
https://github.com/alirezasaadatmand/snake_game
canvas cpp game go golang javascript pygame python raylib snake snake-game
Last synced: 12 months ago
JSON representation
Snake game in Python/pygame , Javascript/canvas , C++/raylib and Go/raylib
- Host: GitHub
- URL: https://github.com/alirezasaadatmand/snake_game
- Owner: AlirezaSaadatmand
- Created: 2024-04-30T11:17:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-13T19:00:13.000Z (about 1 year ago)
- Last Synced: 2025-03-27T04:06:55.800Z (about 1 year ago)
- Topics: canvas, cpp, game, go, golang, javascript, pygame, python, raylib, snake, snake-game
- Language: Python
- Homepage:
- Size: 24.3 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐍 Snake Game
Welcome to the **Snake Game** repository! This project contains multiple implementations of the classic Snake game using different programming languages.
## 📌 Available Versions
- [Python Version](Python/README.md)
- [JavaScript Version](Javascript/README.md)
- [C++ Version](C++/README.md)
- [Go Version](Go/README.md)
## 🎮 Game Overview
The Snake game is a simple yet fun arcade game where the player controls a growing snake that must eat food while avoiding collisions with itself and the game boundaries.