Skip to content

20101301-Alina-Hasan/OpenGL-Stickman-Platformer-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSE423: Computer Graphics | BRACU

A simple stickman platforming game created using the OpenGL library and the transformation techniques translate, rotate, reflect on Jupyter Notebook. The initial concept is provided in the Project Proposal PDF.

Game Start:

Initial Game Setup

Input Keys:

  • W: up
  • A: left
  • S: right
  • D: down

Reach the top to WIN. However, falling to your demise means GAME OVER.