added new entries, renamed folder games/misc to games/tools

This commit is contained in:
Trilarion
2019-06-23 10:26:41 +02:00
parent a816ea4463
commit 23c81c40ed
33 changed files with 265 additions and 87 deletions

View File

@@ -4,6 +4,8 @@
- **[2048](2048.md)** (Javascript, MIT, mature)
- **[Atomiks](atomiks.md)** (C, GPL, mature)
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
- **[Fish Fillets - Next Generation](fish_fillets_ng.md)** (C++, GPL-2.0, mature, inactive since 2011)
- **[Frozen Bubble](frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012)
- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
- **[Pingus](pingus.md)** (C++, GPL-3.0, mature)

View File

@@ -0,0 +1,20 @@
# Fish Fillets - Next Generation
_Port of the wonderful puzzle game Fish Fillets from ALTAR interactive._
- Home: http://fillets.sourceforge.net/, https://sourceforge.net/projects/fillets/
- Media: https://en.wikipedia.org/wiki/Fish_Fillets_NG
- State: mature, inactive since 2011
- Download: http://fillets.sourceforge.net/download.php
- Platform: Windows, Linux, macOS
- Keywords: port
- Code repository: https://git.code.sf.net/p/fillets/code-fillets-ng, http://fillets.cvs.sourceforge.net (cvs)
- Code language: C++
- Code license: GPL-2.0
- Code dependencies: SDL
Android port?
## Building
- Build system: Autoconf

View File

@@ -0,0 +1,14 @@
# Frozen Bubble
_Clone of Puzzle Bobble, a tile-matching puzzle game._
- Home: http://frozen-bubble.org/
- Media: https://en.wikipedia.org/wiki/Frozen_Bubble
- State: mature, inactive since 2012
- Download: http://www.frozen-bubble.org/downloads/
- Platform: Linux, macOS
- Code repository: https://github.com/kthakore/frozen-bubble.git
- Code language: Perl
- Code license: GPL-2.0
## Building