Skip to content

ScrapEngine - Simple Game demo 1

Compare
Choose a tag to compare
@ScrappyCocco ScrappyCocco released this 02 Aug 14:14
· 205 commits to master since this release

Description

This is the first demo of the engine published with the repository. It is a small demostration of the whole engine, with physics, audio, and meshes being deleted at realtime. You can also notice camera culling.

Requirements

You should install (or have already installed) the Microsoft Visual C++ Redistributable

Download & play

"SimpleGame.zip" is the standard download, extract the files and run the "SimpleGame.exe" in bin/

If it says that you are missing some dlls, try installing the Microsoft Visual C++ Redistributable (link above) or using "SimpleGameWithDll.zip". If none of these works, you probably can't play the demo game.

Controls

  • Use the mouse in the main menu and in the end menu;
  • You can move the ball with arrow keys (not wasd);
  • While playing, you can go free-camera by pressing F. You can disable the free-camera by pressing F once again;
  • In free-camera, move with wasd, look around with mouse and use the scrolling-wheel to make the camera go faster or slower;