All Projects → rajatdiptabiswas → snake-pygame

rajatdiptabiswas / snake-pygame

Licence: other
🐍 A snake game written in Python using the Pygame library

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to snake-pygame

Training-Snake-Game-With-Genetic-Algorithm
training snake game using neural network and genetic algorithm
Stars: ✭ 28 (-33.33%)
Mutual labels:  pygame, snake-game
Python.io
Snake game inspired from Slither.io but features a python instead of a snake. Made in Python 3
Stars: ✭ 15 (-64.29%)
Mutual labels:  pygame, snake-game
Snake-Game-with-Deep-learning
Developing a neural network to play a snake game
Stars: ✭ 43 (+2.38%)
Mutual labels:  pygame, snake-game
NESnake
Snake game for Nintendo NES written in C
Stars: ✭ 16 (-61.9%)
Mutual labels:  snake-game
MyChess
中国象棋pygame
Stars: ✭ 30 (-28.57%)
Mutual labels:  pygame
Pygin
Simple game engine produced for making easier to build more complex games using Python.
Stars: ✭ 21 (-50%)
Mutual labels:  pygame
Cloth-Simulation-With-python---Verlet-Integration
No description or website provided.
Stars: ✭ 17 (-59.52%)
Mutual labels:  pygame
pyskool
A remake of Skool Daze and Back to Skool in Python and Pygame.
Stars: ✭ 15 (-64.29%)
Mutual labels:  pygame
MagicTower-Python
Python魔塔样板,自带Demo游戏内容(Powered by Pygame)
Stars: ✭ 32 (-23.81%)
Mutual labels:  pygame
GapStyle
The world-first* productivity-oriented color scheme for intelliJ and VSCode to fill the gap between programming languages and human.
Stars: ✭ 111 (+164.29%)
Mutual labels:  pycharm
pygame-text-input
a small module that enables you to input text with your keyboard using pygame
Stars: ✭ 114 (+171.43%)
Mutual labels:  pygame
sappho
2D Game Library
Stars: ✭ 15 (-64.29%)
Mutual labels:  pygame
Pygame3D
Set of modules that use Pygame to display 3D graphics
Stars: ✭ 55 (+30.95%)
Mutual labels:  pygame
visgraph simulator
See how visibility graphs work in an interactive way using Pyvisgraph and Pygame
Stars: ✭ 28 (-33.33%)
Mutual labels:  pygame
LastSecondSlides
Use the Google speech-to-text API to generate presentation slides as you talk!
Stars: ✭ 32 (-23.81%)
Mutual labels:  pygame
arduino-snake
Snake game for Arduino
Stars: ✭ 25 (-40.48%)
Mutual labels:  snake-game
orbital-sim
A simple physics engine build over a PyGame simulation to accurately model planetary orbits in space
Stars: ✭ 31 (-26.19%)
Mutual labels:  pygame
Chrome-Dino-Runner
🐱‍🐉 A Replica of the hidden Dinosaur Game from Chrome Browser Offline mode build using Python and PyGame.
Stars: ✭ 22 (-47.62%)
Mutual labels:  pygame
pycharm-odoo-old
Odoo plugin for PyCharm
Stars: ✭ 57 (+35.71%)
Mutual labels:  pycharm
snk
🟩⬜ Generates a snake game from a github user contributions graph and output a screen capture as animated svg or gif
Stars: ✭ 844 (+1909.52%)
Mutual labels:  snake-game

Snake Eater

A snake game written in Python using the Pygame library.

Installing

Download the Python 3 installer package from the official website and install it, if not installed previously.

Run the following in the terminal to install the Pygame library

pip3 install pygame

Running the application

Download the source code from the repository and run the file just as any other Python script (.py) file.

python3 Snake\ Game.py

The difficulty variable can be changed with the values provided in the comment to set the difficulty level.

The rest of the code is properly commented and self explanatory. Tweaks can be made to change the play style or visuals of the game.

Screenshots

1 Written using PyCharm

2 Active game screen

3 Game over screen

Prerequisites

  • Python
  • Pygame, an open source Python library for making multimedia applications

Authors

  • Rajat Dipta Biswas - Initial work

See also the list of contributors who participated in this project.

Acknowledgements

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