Skip to content

chrishumm/MineRunners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

MineRunner

MineRunner is an open-source game written in C++. It uses the allegro graphics library for drawing sprites onto the screen. The objective of the game is to get to the end of the stage with as many gold points as possible whilst avoiding enemies.

It is currently in an alpha state and is actively being developed as you read this! If you want to help or contribute, see below

Features

  • An auto-save game system
  • Parallax scrolling with sprites.
  • Pixel-perfect collision.
  • Levels generated from files on the fly.
  • Multiple enemies with different behaviours

TODO

As an alpha game, the following features are being worked on and implemented:

  • Weapon system
  • Bosses
  • Level editor
  • Better AI

Getting Started

You can download the installer from the release section. It currently works on Windows, though you can compile and run on Linux.

Installing from source (Local)

System Requirements

💡 Before you begin, make sure you have all the below installed:

If using Visual Studio, you can use nuget to simplfy integrating allegro, otherwise manually point to the includes and lib folders in your solution. If using Linux, ensure allegro I suggest following this guide

Alpha Version

Currently, Minerunner is an alpha project and used as a proof-of-concept. I have implemented the bare bones and intent to add to it at a later future date.

Support

Contact me

You can contact me directly and I will try to get around to sorting out the numerous bugs.

Create a bug report

If you see an error message or run into an issue, please create bug report.

Submit a feature request

If you have an idea, or you're missing a capability that would make development easier and more robust, please Submit feature request. I am still working on this from time to time for fun.

Contributing

Please message me privately if you want to contribute.

Contributors ✨

  • Me, Myself and I

About

A game written in C++ using the allegro graphics library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages