new entry and a few updates on code dependencies
This commit is contained in:
		| @@ -8,11 +8,16 @@ _0 A.D. is a free, open-source, cross-platform real-time strategy game._ | ||||
| - Download: https://play0ad.com/download/ | ||||
| - Keywords: real time, strategy | ||||
| - Code repository: https://github.com/0ad/0ad.git (mirror), https://svn.wildfiregames.com/public/ps/trunk/ (svn) | ||||
| - Code language: C++ | ||||
| - Code language: C, C++ | ||||
| - Code license: GPL-2.0 | ||||
| - Code dependencies: SDL2, OpenAL, libvorbis, libogg, libxml2, zlib | ||||
| - Assets license: CC-BY-SA-3.0 | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| - Build system: Custom | ||||
| - Build instructions: https://trac.wildfiregames.com/wiki/BuildInstructions | ||||
|  | ||||
| See [instructions](https://trac.wildfiregames.com/wiki/GettingStartedProgrammers) | ||||
|  | ||||
| Has solution files for MSVC 2015, might also use premake. | ||||
|   | ||||
| @@ -13,3 +13,4 @@ _Sliding block puzzle game._ | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| - Build system: Rake | ||||
| @@ -8,6 +8,8 @@ _WebGL version of micropolisJS._ | ||||
| - Keywords: simulation | ||||
| - Code repository: https://github.com/lo-th/3d.city.git | ||||
| - Code language: JavaScript | ||||
| - Code license: GPL-3.0 | ||||
| - Code license: GPL-3.0 (with additional terms) | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| - Build system: Custom (Python script) | ||||
|   | ||||
| @@ -46,6 +46,7 @@ | ||||
| - **[OpenLieroX](openlierox.md)** (C++, LGPL, mature) | ||||
| - **[PainTown](paintown.md)** (C++, Java, Python, 3-clause BSD, mature) | ||||
| - **[Pang Zero](pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007) | ||||
| - **[Rabbit Escape](rabbit_escape.md)** (Java, GPL-2.0, beta) | ||||
| - **[Red Eclipse](red_eclipse.md)** (C++, zlib, mature) | ||||
| - **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature) | ||||
| - **[SDL Asylum](sdl_asylum.md)** (C, GPL-3.0, mature, inactive since 2009) | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| [comment]: # (autogenerated content, do not edit) | ||||
| # All | ||||
|  | ||||
| - **[0 A.D.](0ad.md)** (C++, GPL-2.0, beta) | ||||
| - **[0 A.D.](0ad.md)** (C, C++, GPL-2.0, beta) | ||||
| - **[2048](2048.md)** (Javascript, MIT, mature) | ||||
| - **[3d.city](3d_city.md)** (JavaScript, GPL-3.0, mature, inactive since 2016) | ||||
| - **[A Planet's Revenge](a_planets_revenge.md)** (Python, GPL-3.0, beta, inactive since 2008) | ||||
| @@ -350,6 +350,7 @@ | ||||
| - **[Quad-engine](quad.md)** (Pascal, MIT, beta) | ||||
| - **[REGoth](regoth.md)** (C++, GPL-3.0, beta) | ||||
| - **[RPDungeon - computer aided role playing](rpdungeon.md)** (Pascal, GPL-2.0, beta, inactive since 2006) | ||||
| - **[Rabbit Escape](rabbit_escape.md)** (Java, GPL-2.0, beta) | ||||
| - **[Radakan](radakan.md)** (Python, Custom, beta, inactive since 2014) | ||||
| - **[Ragel](ragel.md)** (C++, MIT, mature) | ||||
| - **[Rails: an 18xx game system](rails_18xx.md)** (Java, GPL-2.0, mature) | ||||
|   | ||||
| @@ -16,6 +16,7 @@ | ||||
| - **[KAtomic](katomic.md)** (C++, GPL-2.0, mature) | ||||
| - **[Me and My Shadow](me_and_my_shadow.md)** (C++, GPL-3.0, beta) | ||||
| - **[Pingus](pingus.md)** (C++, GPL-3.0, mature) | ||||
| - **[Rabbit Escape](rabbit_escape.md)** (Java, GPL-2.0, beta) | ||||
| - **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009) | ||||
| - **[TetraVex](tetravex.md)** (Swift, GPL-3.0, beta) | ||||
| - **[kiki the nano bot](kiki_the_nano_bot.md)** (?, ?, mature, inactive since 2007) | ||||
| @@ -1,7 +1,7 @@ | ||||
| [comment]: # (autogenerated content, do not edit) | ||||
| # Strategy | ||||
|  | ||||
| - **[0 A.D.](0ad.md)** (C++, GPL-2.0, beta) | ||||
| - **[0 A.D.](0ad.md)** (C, C++, GPL-2.0, beta) | ||||
| - **[A Planet's Revenge](a_planets_revenge.md)** (Python, GPL-3.0, beta, inactive since 2008) | ||||
| - **[AI Wars](ai_wars.md)** (Python, MIT, beta, inactive since 2010) | ||||
| - **[Advanced Strategic Command](asc.md)** (C++, GPL-2.0, mature) | ||||
|   | ||||
| @@ -9,6 +9,7 @@ _A text-based, turn-based strategy game set in space. It is similar to a 4X game | ||||
| - Code repository: https://gitlab.com/osgames/aplanetsrevenge.git (copy of last source release) | ||||
| - Code language: Python | ||||
| - Code license: GPL-3.0 | ||||
| - Code dependencies: curses | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -8,6 +8,7 @@ _Turn-based strategy game, an AI client development testbed._ | ||||
| - Code repository: https://github.com/suprafun/aiwars.git, https://code.google.com/archive/p/aiwars/source | ||||
| - Code language: Python | ||||
| - Code license: MIT | ||||
| - Code dependencies: pygame, pillow | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ _Action/RPG sidescroller, focused not just on fighting, but on story, and charac | ||||
| - Code repository: https://github.com/hhirsch/ardentryst.git | ||||
| - Code language: Python | ||||
| - Code license: GPL-3.0 | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -10,6 +10,7 @@ _Dual n-back brain training exercise._ | ||||
| - Code repository:  https://svn.code.sf.net/p/brainworkshop/code/ (svn) | ||||
| - Code language: Python | ||||
| - Code license: GPL | ||||
| - Code dependencies: pyglet | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ _Mix between action and rpg._ | ||||
| - Code repository: https://github.com/Mekire/cabbages-and-kings.git | ||||
| - Code language: Python | ||||
| - Code license: MIT | ||||
| - Code dependencies: Pygame | ||||
| - Code dependencies: pygame, wxPython | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ _Top-down space shooter in the legacy of Chromium BSU._ | ||||
| - Code repository: https://git.code.sf.net/p/celestron/code | ||||
| - Code language: Python | ||||
| - Code license: GPL-3.0 | ||||
| - Code dependencies: Pygame, Numpy | ||||
| - Code dependencies: pygame, Numpy (GPU?) | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -10,6 +10,7 @@ _Collection of educational activities for young children._ | ||||
| - Code repository: https://git.code.sf.net/p/childsplay/git, https://svn.code.sf.net/p/childsplay/code/ (svn), http://childsplay.cvs.sourceforge.net (cvs), https://git.code.sf.net/p/schoolsplay/code, https://svn.code.sf.net/p/schoolsplay/code-0/ (svn) | ||||
| - Code language: Python | ||||
| - Code license: GPL-3.0 | ||||
| - Code dependencies: pygame, Numpy | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ _Role-playing game designed to be flexible and fun._ | ||||
| - Code repository: https://gitlab.com/osgames/dragon-hunt.git (backup of cvs), http://savannah.nongnu.org/cvs/?group=dragon-hunt (cvs) | ||||
| - Code language: Python | ||||
| - Code license: GPL-2.0 | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| See also https://github.com/evilmrhenry/dragon_hunt | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ _RPG adventure game written in PyGame._ | ||||
| - Code repository: https://github.com/BGCX067/fallenspire-svn-to-git.git, https://code.google.com/archive/p/fallenspire/source/default/source | ||||
| - Code language: Python | ||||
| - Code license: GPL-3.0 | ||||
| - Code dependencies: PyGame, https://code.google.com/archive/p/pgu/ | ||||
| - Code dependencies: pygame (and https://code.google.com/archive/p/pgu/) | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ _Fairly classical roguelike, but with animated graphics._ | ||||
| - Code repository: https://bitbucket.org/thesheep/fujo/src (hg), https://gitlab.com/osgames/fujo.git (+) | ||||
| - Code language: Python | ||||
| - Code license: CC BY-SA 4.0 | ||||
| - Code dependencies: Pygame | ||||
| - Code dependencies: pygame | ||||
| - Assets license: CC BY-SA 4.0 | ||||
|  | ||||
| ## Building | ||||
|   | ||||
| @@ -8,7 +8,7 @@ _Attempt to revitalize the open source game, GalaxyMage with a fresh codebase._ | ||||
| - Code repository: https://github.com/LibreGamesArchive/galaxymageredux.git, https://code.google.com/archive/p/galaxymageredux/source | ||||
| - Code language: Python | ||||
| - Code license: GPL-2.0 | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,7 @@ _'Space Invaders' style arcade game in the world of micro-compter industry._ | ||||
| - Code repository: (see download) | ||||
| - Code language: Python | ||||
| - Code license: 3-clause BSD | ||||
| - Code dependencies: Pygame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ _Slay monsters, cast spells and collect keys to escape an 8-level dungeon in thi | ||||
| - Code repository: https://gitlab.com/osgames/monstrosity.git (sources from website plus license) | ||||
| - Code language: Python | ||||
| - Code license: MIT (repository) | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
| - Assets license: Custom (music with permission by Tom Murphy) | ||||
|  | ||||
| ## Building | ||||
|   | ||||
| @@ -8,7 +8,7 @@ _ORPG (online role-playing-game) engine that allows everyone to create their own | ||||
| - Code repository: https://github.com/marcusmoller/pyorpg-client.git, https://github.com/marcusmoller/pyorpg-server.git (+) | ||||
| - Code language: Python | ||||
| - Code license: MIT | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| Is this an engine or a game? | ||||
|  | ||||
|   | ||||
							
								
								
									
										18
									
								
								games/rabbit_escape.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								games/rabbit_escape.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| # Rabbit Escape | ||||
|  | ||||
| _Puzzle/action game of rescuing rabbits, inspired by Lemmings and Pingus._ | ||||
|  | ||||
| - Home: https://www.artificialworlds.net/rabbit-escape/ | ||||
| - State: beta | ||||
| - Download: https://www.artificialworlds.net/rabbit-escape/#install | ||||
| - Platform: Windows, Linux, macOS, Android | ||||
| - Keywords: action, puzzle | ||||
| - Code repository: https://github.com/andybalaam/rabbit-escape.git | ||||
| - Code language: Java | ||||
| - Code license: GPL-2.0 | ||||
| - Assets license: CC-BY-SA-3.0 (music, levels under GPL-2.0) | ||||
|  | ||||
| ## Building | ||||
|  | ||||
| - Build system: Custom (shell script) | ||||
|  | ||||
| @@ -9,7 +9,7 @@ _Point & Click adventure!_ | ||||
| - Code repository: https://github.com/blakeohare/pyweek-sentientstorage.git | ||||
| - Code language: Python | ||||
| - Code license: Public Domain | ||||
| - Code dependencies: Pygame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ _Turn Based Strategy RPG with gameplay that is similar to Fire Emblem._ | ||||
| - Code repository: https://bitbucket.org/featheredmelody/lost-sky-project-public/src (hg), https://gitlab.com/osgames/lost-sky.git (+) | ||||
| - Code language: Python | ||||
| - Code license: 3-clause BSD | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,7 @@ _Networked clone of the classical Bubble Bobble board game._ | ||||
| - Code repository: http://bub-n-bros.cvs.sourceforge.net (cvs) | ||||
| - Code language: Python | ||||
| - Code license: MIT | ||||
| - Code dependencies: Pygame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ _Ultimate Dungeon Adventure (UlDunAd) - the extremely flexible, fun, text/graphi | ||||
| - Code repository: https://github.com/nhydock/UlDunAd.git | ||||
| - Code language: Python | ||||
| - Code license: GPL-3.0 | ||||
| - Code dependencies: PyGame | ||||
| - Code dependencies: pygame | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,7 @@ _Simple card strategy, based on Magic: The Gathering rules._ | ||||
| - Code repository: https://github.com/chubakur/wizards-magic.git, https://github.com/chubakur/wizards-magic2.git (+), https://code.google.com/archive/p/wizards-magic/source | ||||
| - Code language: Python | ||||
| - Code license: GPL-2.0 | ||||
| - Code dependencies: PyGame  | ||||
| - Code dependencies: pygame  | ||||
|  | ||||
| ## Building | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user