imports from osgameclones

This commit is contained in:
Trilarion
2019-09-05 15:18:13 +02:00
parent 31687087cd
commit 3944780743
52 changed files with 1094 additions and 202 deletions

17
games/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