Your own games website, filled with open source goodness!
The Attogram Games Website builder is an easy way to setup a complete games website.
Every game included is open source and free to play!
Live Demo: https://fosiper.com/games/
The Attogram Games Website builder automates the installation of the following games:
- 2048 - https://github.com/gabrielecirulli/2048
- 3d.city - https://github.com/lo-th/3d.city
- 8 Queens - https://github.com/attogram/8queens (requires php, composer)
- Chess - https://github.com/attogram/chess
- Classic Pool Game - https://github.com/henshmi/Classic-Pool-Game
- Dead Valley - https://github.com/dmcinnes/dead-valley
- HexGL Lite - https://github.com/attogram/HexGL-lite
- Hextris Lite - https://github.com/attogram/hextris-lite
- HTML5 Asteroids - https://github.com/dmcinnes/HTML5-Asteroids
- HTML5 Hearts - https://github.com/yyjhao/html5-hearts.git
- Hyperspace Garbage Collection - https://github.com/razh/game-off-2013
- Klotski - https://github.com/SimonHung/Klotski
- Life - https://github.com/copy/life.git
- Lode Runner Total Recall - https://github.com/SimonHung/LodeRunner_TotalRecall
- Missile Game - https://github.com/bwhmather/missile-game
- pacman - https://github.com/mumuy/pacman
- Particle Clicker - https://github.com/particle-clicker/particle-clicker
- Phaser Cat - https://github.com/DaxChen/phaser-cat (requires npm)
- PolyBranch - https://github.com/gbatha/PolyBranch
- The Pond - https://github.com/Zolmeister/pond
- Raging Gardens - https://github.com/alunix/RagingGardensFB
- Snakisms - https://github.com/pippinbarr/SNAKISMS
- Tap Tap Tap - https://github.com/MahdiF/taptaptap
- Twisty Polyhedra - https://github.com/aditya-r-m/twisty-polyhedra
- Underrun - https://github.com/phoboslab/underrun
- Wolf3d - https://github.com/jseidelin/wolf3d
and some web musical instruments:
- Chordomatic - https://github.com/kiprobinson/chordomatic
- Javascript Piano - https://github.com/mrcoles/javascript-piano
- Virtual Piano - https://github.com/otanim/virtual-piano
- You'll need
git
andphp
to install the Games Website - You'll optionally need
composer
,npm
and/oryarn
- Install the Games Website into a web accessible directory:
git clone https://github.com/attogram/games.git games
- Run the build script:
cd games/_build
php build.php
- Open the new
index.html
and enjoy playing the games!
- Feel the urge to mod? It's easy.
- Add/delete/modify a game, edit the file
_build/games.php
- Modify the menu ordering, edit the ordering in file
_build/games.php
- Modify the index page header, edit the file
_build/header.html
- Modify the index page footer, edit the file
_build/footer.html
- Rebuild the Games Website, run:
php _build/build.php
- open the new
index.html
in your browser and enjoy playing the games!
- The Games Website is an open source project licensed under the MIT License.
- The Games Website automates the inclusion of many open source games, each with its own license.
- See each individual game directory for more information.