Skip to content

Moonlander game implementation using Magnum graphics engine.

Notifications You must be signed in to change notification settings

alkavan/magnum-moonlander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moonlander

This is an example implementation of the classic moonlander game in C++ using the Magnum graphics engine.

Alt text

Linux Instructions

Fedora

Use package distro on Fedora and other RPM variants.

Windows Instructions

Install vcpkg dependency manager.

Install Corrade

.\vcpkg install corrade --head

Install Magnum

.\vcpkg install magnum --head
.\vcpkg install magnum-plugins --head
.\vcpkg install magnum-integration --head
.\vcpkg install magnum-extras --head

Install Box2D

.\vcpkg install box2d

About

Moonlander game implementation using Magnum graphics engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published