Skip to content

My first C++ game on my own minimalistic 2d engine (M2 engine)

Notifications You must be signed in to change notification settings

MalyshevMS/Parcour-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M2 engine

This is a simply minimalistic 2D game about parkour.

WARNING

Project is on develop stage! Running it on your PC is only YOUR responsibility!
We're not sure that launching it won't hurt your PC.

How to run it?

  • Create a folder build in main directory.
  • Downdload CMake.
  • Open cmd (or bash) in engine directory and type there:
cd build 
cmake .. 
cmake --build . 
  • Open binary by path \build\bin\M2_engine (GNU/Linux) or \build\bin\Debug\M2_engine (Win32).
  • CONGRATULATIONS! You have started the engine!

About

My first C++ game on my own minimalistic 2d engine (M2 engine)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published