GithubHelp home page GithubHelp logo

mysterycoder456 / python.io Goto Github PK

View Code? Open in Web Editor NEW
16.0 5.0 7.0 78 KB

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

License: GNU General Public License v3.0

Python 100.00%
snake python snake-game slither arrow-key pygame

python.io's Introduction

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!

python.io's People

Contributors

mysterycoder456 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

python.io's Issues

_pickle.UnpicklingError: unpickling stack underflow in server.py

$ python3 ./server.py
pygame 2.1.2 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. https://www.pygame.org/contribute.html
[SERVER] Started!
New client connected from ('127.0.0.1', 50086)
[CLIENT 7ba0b862c39c4c1e82c47bdc45d659fb] Registered!
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "./server.py", line 47, in listen
decoded = pickle.loads(incoming_msg)
_pickle.UnpicklingError: unpickling stack underflow

TypeError: 'type' object is not subscriptable

File "/home/.../python/pygame/Python.io-main/game/snake.py", line 7, in Snake
def init(self, position: vec2, color: tuple[int, int, int]):
TypeError: 'type' object is not subscriptable

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.