From ac0ba4eb3c6418985ee2b3bc08423620f872c5f4 Mon Sep 17 00:00:00 2001 From: KaiN Date: Sun, 26 Jul 2020 11:46:55 +0200 Subject: [PATCH] reordered games list (refs #118) --- README.md | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f672bde5..4f33cf98 100644 --- a/README.md +++ b/README.md @@ -43,16 +43,31 @@ Still, the list of open source games is increasing, so you can copy and modify m ## Games created using ACE +In alphabetical order: + - [ami-invaders](https://github.com/approxit/amiga-invaders) -- [AMIner](https://github.com/tehKaiN/AMIner) -- [Impsbru](https://github.com/approxit/impsbru) -- [OpenFire](https://github.com/tehKaiN/openFire) -- Goblin Villages +- [AMIner](https://github.com/Last-Minute-Creations/AMIner) +- [Atarenium Falcon](https://github.com/Last-Minute-Creations/AtareniumFalcon) - CastleHack +- [Impsbru](https://github.com/approxit/impsbru) +- [OpenFire](https://github.com/Last-Minute-Creations/openFire) +- [GermZ](https://github.com/Last-Minute-Creations/germz) +- [Goblin Villages](https://github.com/Last-Minute-Creations/goblin-villages) - [Squared](https://github.com/tehKaiN/ld40-squared) -- [GermZ](https://github.com/tehKaiN/germz) ## Demos created using ACE +In alphabetical order: + - [Casentino Day 2020 invitation](https://github.com/Ozzyboshi/Casentinoday2020AmigaDemo/) - [Starfield](https://github.com/Ozzyboshi/AmigaStarfield) + +## License, 3rd party code + +Unless otherwise stated, the code is licensed under [Mozilla Public License 2.0](LICENSE). The exceptions are: + +- The ptplayer module is based on [ptplayer](http://aminet.net/package/mus/play/ptplayer.lha) by Frank Wille (Public Domain) +- the mini_std library is based on 3rd party code: + - [mpaland/printf](https://github.com/mpaland/printf) (MIT) + - [strtoul](https://github.com/diegocr/libnix/blob/master/stdlib/strtoul.c) from Libnix (Public Domain) + - [DeidaraC/ctype](https://github.com/DeidaraC/ctype.h/blob/master/ctype.c) (MIT)