diff options
Diffstat (limited to 'dacctal/sources/open_source_games/index.html')
| -rw-r--r-- | dacctal/sources/open_source_games/index.html | 290 |
1 files changed, 290 insertions, 0 deletions
diff --git a/dacctal/sources/open_source_games/index.html b/dacctal/sources/open_source_games/index.html new file mode 100644 index 0000000..073d1a6 --- /dev/null +++ b/dacctal/sources/open_source_games/index.html @@ -0,0 +1,290 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>dacctal</title> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/x-icon" href="images/erm.png"> + </head> + <body> + <h1><center>Open Source Games</center></h1> + <br> + + <h2>original video: + <a href="https://youtu.be/0t8HHMaBMgI"> + YouTube + </a> + </h2> + <br> + + <br> + <h2> + -- Real-time strategy games -- + </h2> + <br> + + <h3> + Beyond All Reason + </h3> + <a href="https://www.beyondallreason.info/"> + Website + </a> + <a href="https://github.com/beyond-all-reason/Beyond-All-Reason"> + Code + </a> + + <h3> + OpenRA + </h3> + <a href="https://www.openra.net/"> + Website + </a> + <a href="https://github.com/OpenRA/OpenRA"> + Code + </a> + + <h3> + 0ad + </h3> + <a href="https://play0ad.com/"> + Website + </a> + <a href="https://gitea.wildfiregames.com/0ad/0ad"> + Code + </a> + + <h3> + Unciv + </h3> + <a href="https://github.com/yairm210/Unciv"> + Code + </a> + + <h3> + Freeciv + </h3> + <a href="https://freeciv.org/"> + Website + </a> + <a href="https://github.com/freeciv/freeciv"> + Code + </a> + + <br> + <h2> + -- Rythm games -- + </h2> + <br> + + <h3> + Osu + </h3> + <a href="https://osu.ppy.sh/"> + Website + </a> + <a href="https://github.com/ppy/osu"> + Code + </a> + + <h3> + Quaver + </h3> + <a href="https://quavergame.com/"> + Website + </a> + <a href="https://github.com/Quaver/Quaver"> + Code + </a> + + <br> + <h2> + -- Shooters -- + </h2> + <br> + + <h3> + RedEclipse + </h3> + <a href="https://www.redeclipse.net/"> + Website + </a> + <a href="https://github.com/redeclipse/base"> + Code + </a> + + <h3> + Saurbraten + </h3> + <a href="http://sauerbraten.org/"> + Website + </a> + <a href="https://sourceforge.net/p/sauerbraten/code/HEAD/tree/"> + Code + </a> + + <h3> + Doom forks + </h3> + <a href="https://zdoom.org/index"> + Website + </a> + <a href="https://github.com/ZDoom/gzdoom"> + Code + </a> + + <h3> + Xonotic + </h3> + <a href="https://xonotic.org/"> + Website + </a> + <a href="https://gitlab.com/xonotic/xonotic"> + Code + </a> + + <h3> + Teeworlds + </h3> + <a href="https://www.teeworlds.com/"> + Website + </a> + <a href="https://github.com/teeworlds/teeworlds"> + Code + </a> + + <br> + <h2> + -- Platformers -- + </h2> + <br> + + <h3> + SuperTux + </h3> + <a href="https://www.supertux.org/"> + Website + </a> + <a href="https://github.com/SuperTux/supertux"> + Code + </a> + + <h3> + VVVVVV + </h3> + <a href="https://thelettervsixtim.es/"> + Website + </a> + <a href="https://github.com/TerryCavanagh/VVVVVV"> + Code + </a> + + <h3> + Frogatto & Friends + </h3> + <a href="https://frogatto.com/"> + Website + </a> + <a href="https://github.com/frogatto/frogatto"> + Code + </a> + + <br> + <h2> + -- Misc -- + </h2> + <br> + + <h3> + Mindustry + </h3> + <a href="https://mindustrygame.github.io/"> + Website + </a> + <a href="https://github.com/Anuken/Mindustry"> + Code + </a> + + <h3> + OpenTTD + </h3> + <a href="https://www.openttd.org/"> + Website + </a> + <a href="https://github.com/OpenTTD/OpenTTD"> + Code + </a> + + <h3> + SuperTuxKart + </h3> + <a href="https://supertuxkart.net/Main_Page.html"> + Website + </a> + <a href="https://github.com/supertuxkart/stk-code"> + Code + </a> + + <h3> + Tux Racer + </h3> + <a href="https://tuxracer.sourceforge.net/"> + Website + </a> + <a href="https://tuxracer.sourceforge.net/download.html"> + Code + </a> + + <h3> + Neverball + </h3> + <a href="https://neverball.org/"> + Website + </a> + <a href="https://github.com/neverball/neverball"> + Code + </a> + + <h3> + Taisei + </h3> + <a href="https://taisei-project.org/"> + Website + </a> + <a href="https://github.com/taisei-project/taisei"> + Code + </a> + + <h3> + Bugdom + </h3> + <a href="https://pangeasoft.net/bug/"> + Website + </a> + <a href="https://github.com/jorio/Bugdom"> + Code + </a> + + <h3> + FlightGear + </h3> + <a href="https://www.flightgear.org/"> + Website + </a> + <a href="https://gitlab.com/flightgear/flightgear"> + Code + </a> + + <h3> + The Powder Toy + </h3> + <a href="https://powdertoy.co.uk/#introCarousel"> + Website + </a> + <a href="https://github.com/The-Powder-Toy/The-Powder-Toy"> + Code + </a> + + </body> +</html> + |
