Skip to content

AnonymousMeerkat/nightmare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightmare Engine

About

Nightmare is a 2D game engine written in C

Prerequisites

You'll need these following tools/libraries:

  • CMake (and a build system that cmake can generate to)
  • One (or more) of the following:
    • SDL 1.2
    • SDL 2
    • Xlib
    • Wayland
    • Windows API
  • OpenGL or OpenGL ES
  • FreeImage (for the niffconv tool)

Compiling

Put a Nightmare game source (e.g. https://github.com/Anonymous Meerkat/silentponyville ) in the "game" directory, then run:

mkdir build && cd build
cmake ..
make

Running

nightmare executable is in bin/

About

2D Game Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published