opensourcegames/games/template_long.md

30 lines
864 B
Markdown

# {NAME}
_{One line description}_
- Home: {URL}
- Media: {URL} // Wikipedia, ...
- Download: {URL}
{- Play: {URL}}
- State: beta, mature, inactive since XX // no need to be more fine grained than beta, mature
- Keywords: SP (single-player), MP (multi-player), MMO (multi massive online), RTS (real time strategy), TBS, online
- Code repository: primary repository (type if not git), other repositories (type if not git)
- Code language: {XX}
- Code license: {XX} // Only with respect to code! MIT, (L)GPL, BSD, zlib, Apache, Special (if other or modified)
- License details: [Name](URL) // if Special
- Artwork license: {XX} // License of artwork (text, visual, audio)
// Remove all lines that do not apply, where there is no information
## Building
Build system (CMake, scons, ant, ..)
Build instructions
### YYYY-MM OS BUILD_SYSTEM/COMPILER
Details
...