Skip to content

Gerviba/stdgame.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stdgame.h

stdgame

This project is my Prog1 homework project.
Github url: https://github.com/Gerviba/stdgame.h

Specs

  • C and OpenGL based multiplatform platformer game
  • GNU/GPL 3.0 license
  • Required: glfw3+, SOIL2, OpenGL1.5+

Releases

  • v1.0 - Done 2017.12.03.
  • v0.5 - Half done 2017.11.12.

How to create map/mob or object

See: docs/fileformats.md or in doxygen Related Pages -> Assets - File formats

How to build from source

Linux and others:

Compile the sources using Eclipse C/C++ Makefile project (Cross GCC)

OR use make:

Compile:

$ make compile
Windows:

Compile the sources using Eclipse C/C++ Makefile project (Cross GCC).

Docs:

I use doxygen as a documentation tool.

Generate docs: (doxygen)

$ make gendocs

It results a html and a man documentation. Output directory: devdocs/html nad devdocs/man.

User manual:

See: docs/usermanual.md or in doxygen Related Pages -> User manual

Trello page (TODOs)

Click here to open

Releases

No releases published

Packages

No packages published