Skip to content

a pygame about dueling chickens (with controller support)

License

Notifications You must be signed in to change notification settings

Meshiest/chikn-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chikn

A game about chickens fighting on a platform


Requirements


Getting Started

Ubuntu

Install pygame

sudo apt-get install python-pygame

Install xbox-drv [optional, for using controllers]

sudo apt-add-repository -y ppa:rael-gc/ubuntu-xboxdr  
sudo apt-get update  
sudo apt-get install ubuntu-xboxdrv

Windows

Install python2.7 32bit and pygame using a pygame installer


Run

pythonw chickn.py (SDL makes a ton of debug messages that lag in windows)


Controls (Up to 13 players simultaneously!!)

General

  • "up" -> Jump, Join Lobby & Change Color
  • "down" -> Slam / Charge launch, Leave Lobby
  • "left" -> Move Left
  • "right" -> Move Right

Keyboard: WASD, IJKL, ArrowKeys

Joystick: Leftstick -> 'left' & 'right', A -> 'up', and B -> 'down'

Bots: 0-9 keys will add a bot. The bots are really strong.

Menu

Keyboard: Escape -> Back, Enter -> Select

Joystick: Select -> Back, Start- > Enter (sometimes this changes to triggers?)


Contributing

Please document!

I'll try to review pull requests as soon as I can!


Screenshots

About

a pygame about dueling chickens (with controller support)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages