git archives

This commit is contained in:
Trilarion
2018-06-11 14:42:52 +02:00
parent a75480724d
commit 91e703e7fb
14 changed files with 55 additions and 32 deletions

View File

@ -36,7 +36,7 @@
- **[Polycode](polycode.md)** (C, C++, MIT, beta)
- **[Qt](qt.md)** (C++, LGPL-3.0, mature)
- **[Quad-engine](quad.md)** (Pascal, MIT, beta)
- **[SDL Game Engine 2D](sge2d.md)** (C, MIT, beta)
- **[SDL Game Engine 2D](sge2d.md)** (C, MIT, beta, inactive since 2014)
- **[ScummVM](scummvm.md)** (C++, GPL-2.0, mature)
- **[Solarus](solarus.md)** (C++, GPL-3.0, mature)
- **[Superpowers](superpowers.md)** (Typescript, ISC, mature)

View File

@ -4,7 +4,7 @@ _2D game programming framework for c/c++ programmers with least possible depende
- Home: https://sourceforge.net/projects/sge2d/, https://web.archive.org/web/20110526140520/http://agnosent.com:80/wolfcms/open-source/sge2d
- Download: https://sourceforge.net/projects/sge2d/files/sge2d/
- State: beta
- State: beta, inactive since 2014
- Code repository: https://github.com/Trilarion/sge2d (import of the svn), https://sourceforge.net/p/sge2d/code/HEAD/tree/ (svn)
- Code language: C
- Code license: MIT