All Projects → MysteryCoder456 → Python.io

MysteryCoder456 / Python.io

Licence: GPL-3.0 license
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python.io

Training-Snake-Game-With-Genetic-Algorithm
training snake game using neural network and genetic algorithm
Stars: ✭ 28 (+86.67%)
Mutual labels:  pygame, snake-game
wxgame-snake
🐍 微信小程序游戏,贪吃蛇
Stars: ✭ 20 (+33.33%)
Mutual labels:  snake, snake-game
snake game
This is a simple implementation of the classic snake game in rust
Stars: ✭ 16 (+6.67%)
Mutual labels:  snake, snake-game
SnakeClassic
A snake engine written in SpriteKit for all Apple devices.
Stars: ✭ 56 (+273.33%)
Mutual labels:  snake, snake-game
Cpp-Snake
A simple snake game written in c++
Stars: ✭ 35 (+133.33%)
Mutual labels:  snake, snake-game
Snake-Game-with-Deep-learning
Developing a neural network to play a snake game
Stars: ✭ 43 (+186.67%)
Mutual labels:  pygame, snake-game
snake
Basic Snake Game in TypeScript
Stars: ✭ 25 (+66.67%)
Mutual labels:  snake, snake-game
python-game-snake
A Game-Snake version of AI to play Snake automatically.
Stars: ✭ 30 (+100%)
Mutual labels:  pygame, snake
snake-pygame
🐍 A snake game written in Python using the Pygame library
Stars: ✭ 42 (+180%)
Mutual labels:  pygame, snake-game
Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
Stars: ✭ 51 (+240%)
Mutual labels:  pygame
go-snake-telnet
Snake Game over telnet protocol in Go
Stars: ✭ 22 (+46.67%)
Mutual labels:  snake
python-kaynaklari
Python Türkiye Facebook sayfasında başlatılan projenin yeni sayfası
Stars: ✭ 30 (+100%)
Mutual labels:  pygame
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (+706.67%)
Mutual labels:  pygame
midiGenerator
Generate midi file with deep neural network 🎶
Stars: ✭ 30 (+100%)
Mutual labels:  pygame
PySprint
Recreation of the Atari ST port of Super Sprint with Pygame
Stars: ✭ 19 (+26.67%)
Mutual labels:  pygame
GBsnake
Snake game for Nintendo Gameboy written in C
Stars: ✭ 26 (+73.33%)
Mutual labels:  snake-game
Pygame Menu
Menu for pygame. Simple, lightweight and easy to use
Stars: ✭ 244 (+1526.67%)
Mutual labels:  pygame
Singularity
A simulation of a true AI. Survive, grow, and learn.
Stars: ✭ 210 (+1300%)
Mutual labels:  pygame
Elimination-Game
利用pygame实现消消乐小游戏GUI界面(Use pygame to eliminate the GUI interface of music game)
Stars: ✭ 18 (+20%)
Mutual labels:  pygame
pygame-car-tutorial
rmgi.blog./pygame-2d-car-tutorial.html
Stars: ✭ 30 (+100%)
Mutual labels:  pygame

Python.io

Snake game inspired from Slither.io but features a python instead of a Snake. Made in Python 3

Installation

To install this game follow these steps:

  1. Install the Python 3 Interpreter from here.
  2. Clone the repo.
  3. Run python3 -m venv env to create a new virtual environment and do source env/bin/activate on Mac and Linux. For windows, run the env/Scripts/Activate.ps1 script.
  4. Run pip install -r requirements.txt.
  5. Run python run.py to finally start the game.

How to play

The controls are simple: left and right arrow keys for turning and up arrow key for boosting. You have to collect food and grow longer and longer. If you touch the edges, another player's tail, you die!

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].