Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.89 KB

ReadMe.md

File metadata and controls

65 lines (43 loc) · 1.89 KB

Project_gg

Project_gg is a 2-Player Python game made using opengl. While it's an incomplete game, it serves as a great coding and learning challenge.

Gameplay

Installation

  • Use this link here to download the zip file

  • Extract and open the extracted folder in any terminal

  • Run using:

python game.py
  • Only Base Python is needed(only for windows)

Controls

Player Movement Keys Fire Key
1 W-A-S-D SPACE
2 8-4-5-6 (numpad preferred) 0

Authors and acknowledgment

Roadmap

  • weapons dashes, walljumps
  • improve collision(2d games special effects)
  • actual level design(level editor still in progress)
  • asthetic changes :
    • blending for colorkey effect
    • sprite animations
    • sprite redesign(steal another)
  • menu and options
  • controller support
  • coop
  • SFX

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT (feel free to use it however u like)

Thank You