All Projects → jajodiaraghav → Snake

jajodiaraghav / Snake

Licence: other
A simple game built using Python Pygame Library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Snake

Team Snake
A Discord bot that lets you play Snake with your friends
Stars: ✭ 20 (+17.65%)
Mutual labels:  snake
Case
String case utitility: convert, identify, flip, extend
Stars: ✭ 237 (+1294.12%)
Mutual labels:  snake
Snake
用Java语言开发的AI贪吃蛇
Stars: ✭ 62 (+264.71%)
Mutual labels:  snake
Snake
🐍🎮 Snake game made with Expo & PIXI.js 👾 iOS, Android, and Web
Stars: ✭ 67 (+294.12%)
Mutual labels:  snake
Slither.io Clone
Learn how to make Slither.io with JavaScript and Phaser! This game clones all the core features of Slither.io, including mouse-following controls, snake collisions, food, snake growth, eyes, and more. Progress through each part of the source code with our Slither.io tutorial series.
Stars: ✭ 168 (+888.24%)
Mutual labels:  snake
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+105.88%)
Mutual labels:  snake
Snake
使用Snake,Android也可以轻松实现类iOS侧滑返回效果
Stars: ✭ 605 (+3458.82%)
Mutual labels:  snake
AndroidGameSnake
AndroidGameSnake
Stars: ✭ 37 (+117.65%)
Mutual labels:  snake
Snek
🐍 ‎ A terminal-based Snake implementation written in JavaScript.
Stars: ✭ 210 (+1135.29%)
Mutual labels:  snake
go-snake-telnet
Snake Game over telnet protocol in Go
Stars: ✭ 22 (+29.41%)
Mutual labels:  snake
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+7200%)
Mutual labels:  snake
Dotnet Console Games
Game examples implemented in .NET console applications primarily for educational purposes.
Stars: ✭ 157 (+823.53%)
Mutual labels:  snake
snake-server
Snake-Server is a pure Go implementation of the famous arcade game 🐍
Stars: ✭ 31 (+82.35%)
Mutual labels:  snake
Tastysnake
A two-player (Bluetooth) game on Android.
Stars: ✭ 61 (+258.82%)
Mutual labels:  snake
snake-reinforcement-learning
AI (A2C agent) mastering the game of Snake with TensorFlow 2.0
Stars: ✭ 37 (+117.65%)
Mutual labels:  snake
Snake
🐍 一款小巧的基于Go构建的开发框架,可以快速构建API服务或者Web网站进行业务开发,遵循SOLID设计原则
Stars: ✭ 615 (+3517.65%)
Mutual labels:  snake
3dstool
An all-in-one tool for extracting/creating 3ds roms.
Stars: ✭ 246 (+1347.06%)
Mutual labels:  snake
snake game
This is a simple implementation of the classic snake game in rust
Stars: ✭ 16 (-5.88%)
Mutual labels:  snake
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-11.76%)
Mutual labels:  snake
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (+94.12%)
Mutual labels:  snake

Snake

Join the chat at https://gitter.im/Snake-pygame/Lobby

A simple game built using Python Pygame Library.

Note
You must have Python installed to run this application

Screenshot

Installation instructions:

  1. Clone the repo to your computer and cd to that directory.
  2. Create a virtualenv using virtualenv pyenv
  3. Activate the virtualenv using source ./pyenv/activate
  4. Install the prerequisites using pip install -r requirements.txt
  5. Run the game using python main.py

Happy Gaming!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].