Skip to content

Skeleton of a side-scroller 2D game for Windows, that uses HGE. Use this to create your very own Super Mario Bros clone. All code is well commented and split into smaller pieces for easier comprehension. Best start for HGE newbies to learn something about game making.

License

Notifications You must be signed in to change notification settings

kvakvs/hge_skel

Repository files navigation

What's this?

This is a platform scroller (somewhat similar to Super Mario with few differences) game skeleton to use with HGE library, which does very basic functions and leaves lot of placeholder functions for you to code your very own side-scroller game.

image

How to make this work?

This thing works with either HGE clone from here https://github.com/kvakvs/hge or original HGE 1.8.1 located at http://hge.relishgames.com

  1. Checkout HGE source from github.com/kvakvs/hge
  2. Build HGE
  3. Configure CMakeLists.txt of HGE_Skeleton to have correct path to the HGE directory. It will be used to find include and link files.
  4. Ensure you have recent copy of HGE.dll and BASS.dll in your bin/

To create solution file, run one of BAT files attached. You can also run CMake to support some other IDE, see what it can do: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#section_Generators (CLion IDE supports CMakeLists and does not need any BAT files to be executed).

About

Skeleton of a side-scroller 2D game for Windows, that uses HGE. Use this to create your very own Super Mario Bros clone. All code is well commented and split into smaller pieces for easier comprehension. Best start for HGE newbies to learn something about game making.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published