Skip to content

nathanloden/pysnake-two

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple classic snake game for two players made with python + pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%