Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
/ square-run-x Public archive

A 2D platformer I created for my Computer Science coursework.

License

Notifications You must be signed in to change notification settings

BAKAJ77/square-run-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Square Run X

A 2D platformer I created for my Computer Science coursework.
This was made mainly using:

  • OpenGL for graphics handling.
  • GLFW for window and input handling.
  • GLM for mathematical features and operations.

NOTE: Window size, game resolution etc can be modified in the config files found at 'GameFiles/Configs'.