An open API service indexing awesome lists of open source software.

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

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.