renamed games folder to entries folder (also contained frameworks, libraries, ...) and added to the backlog

This commit is contained in:
Trilarion
2019-09-20 14:47:35 +02:00
parent e682f975ad
commit d67e0db0cc
1083 changed files with 1369 additions and 1078 deletions

17
entries/sundog.md Normal file
View File

@ -0,0 +1,17 @@
# sundog
_Remake of SunDog: Frozen Legacy._
- Home: https://github.com/laanwj/sundog
- Media: https://en.wikipedia.org/wiki/SunDog:_Frozen_Legacy
- State: beta
- Platform: Linux
- Keywords: role playing, commercial content, game engine, inspired by SunDog: Frozen Legacy, remake, requires original content, simulation, space
- Code repository: https://github.com/laanwj/sundog.git
- Code language: C, C++, Python
- Code license: MIT
- Code dependencies: SDL
The game was originally written in Pascal and compiled to bytecode for an abstract architecture. This project implements a bytecode interpreter in C, which runs the game.
## Building