Skip to content

flipcoder/microarmy

Repository files navigation

=====

Micro Army

A twin-stick platformer, inspired by Contra and Super Meat Boy

Originally developed for 1-Game-A-Month Game Jam (1GAM) during June 2016

Copyright © 2016 Grady O'Connell

microarmy

Instructions

Releases

No binary releases yet! Check back soon!

Build Instructions

Windows build instructions (from QorBook)

Script for ArchLinux, Antergos, Manjaro, etc.

Manual Installation (advanced)

  • Initialize the submodules and checkout the master branches:
git submodule update --init --recursive
git submodule foreach --recursive git checkout master
git submodule foreach --recursive git pull origin master
  • Get the libraries:
Vorbis, Boost, Jsoncpp, Pthread, Bullet, Sdl2, Raknet, Glew, Assimp, Freeimage, Glm, Freealut, Rapidxml, Openal, Cairomm, Ogg, Pangomm, Catch, Backward-cpp
premake5 gmake
make microarmy config=release -j`nproc`

If the make command stalls your system, use -j1 or a number lower than your cpu core count.

  • Run microarmy_dist from the bin folder

Credits

Programming, Graphics, Music

Programming

Graphics

Programming

Programming

Programming

=====