Giter VIP home page Giter VIP logo

pysnake-two's Introduction

pysnake-two

Abstract

A remake and modification of the Snake Game with Pygame + Python! The game shoud have better graphics, but yet, is not so GOOD.

My Feelings

Myself even drew all sprites in photoshop manually (with mouse!). And I confess to all of you, I'm no talent in the art of drawing โ€” unfortunately. The key central of this game is the idea to play with two players local a Snake Game! I (think) this very fun. I'm fight with my friends. Local game is very funs... it's nostalgic.

NOTE: This software is alpha yet and your focus is the learning in control datas on logic games.

Game Image

Usage

Player Keys Moviment
One W Up
One A Left
One S Down
One D Right
Two Up arrow Up
Two Left arrow Left
Two Down arrow Down
Two Right arrow Right

There's also action keys!

Key Action
ESC Pause game
F1 Speed Up (FPS)
F2 Speed Down (FPS)

Dependency

You do need of:

To install pygame in linux debian-based you have two options:

  • Using apt:

    sudo apt-get install python-pygame
  • Using pip:

    sudo pip install pygame

Observation

This game was write previously in python3 on Windows. But i have add other file to suport python2 + pygame on Linux, a dumb solution for that (in future i fix that correctly).

Remind: In linux, the standard python version for pygame is python 2.x, then use the version *_2.py if have problens with this!

  • Update_**6246**x: I probably fix that thing with parallels universes on python2 // python3 after the commit **6246**x

License

This project is license on Apache v2!

Roadmap

  • When the some snake death: not restart game, but reboot that instance only (most important currently).
  • Background sprite and textures.
  • Generate random food with perfect prevision to not generate below at any snake on the board.
  • Compatiblites with python2 and python3 on same code.
  • Sprites player with two colors diffs: head, body, turn and tail.
  • A system with highscore and parser to verify and save on the exits of game the most highscore you won with that execution.
  • Musics and other sounds interactives.
  • Pause game

Contributors

  • Me (Manoel Vilela).

pysnake-two's People

Contributors

ryukinix avatar

Watchers

 avatar

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.