Kai Posted June 3, 2014 Share Posted June 3, 2014 Has anyone compiled a 'master list' of HTML5 games who have made their source code public on GitHub? [EDIT] A few resources below: GITHUB GAME OFF https://github.com/blog/1303-github-game-off https://github.com/blog/1674-github-game-off-ii PHASER GAMES http://pgl.ilinov.eu/ HTML5 GAMES LIST https://github.com/kaigani/HTML5-games-list Quote Link to comment Share on other sites More sharing options...
Gscheid Posted June 3, 2014 Share Posted June 3, 2014 I was also looking for this and couldn't find one. Maybe it is time to start a list ; ). Quote Link to comment Share on other sites More sharing options...
Kai Posted June 3, 2014 Author Share Posted June 3, 2014 I made a very basic start at compiling a list, which I thought should itself be on GitHub – https://github.com/kaigani/HTML5-games-list Please contribute! Quote Link to comment Share on other sites More sharing options...
kuuuurija Posted June 3, 2014 Share Posted June 3, 2014 should it be coded in javascript? or Typescript is fine too? Quote Link to comment Share on other sites More sharing options...
Kai Posted June 3, 2014 Author Share Posted June 3, 2014 I'm hoping to avoid anything that needs to be compiled– so I was thinking Javascript. But I'm not familiar with Typescript - is it interpreted in the browser, or always compiled? Quote Link to comment Share on other sites More sharing options...
kuuuurija Posted June 3, 2014 Share Posted June 3, 2014 compiled to JS Quote Link to comment Share on other sites More sharing options...
Kai Posted June 3, 2014 Author Share Posted June 3, 2014 In that case, I think let's keep it Javascript. The goal is to have projects where you can easily read the source, compare across genres, and download to run in your browser without any other libraries or tools. Quote Link to comment Share on other sites More sharing options...
sleekdigital Posted June 4, 2014 Share Posted June 4, 2014 http://pgl.ilinov.eu/ Quote Link to comment Share on other sites More sharing options...
Kai Posted June 4, 2014 Author Share Posted June 4, 2014 Thanks - I'll go through that list and find the relevant games posted to GitHub. Quote Link to comment Share on other sites More sharing options...
end3r Posted June 5, 2014 Share Posted June 5, 2014 I'm working on something like that - OpenHTML5Games.com will be a portal with the open source games hosted on GitHub, so people can see the games, play them and at the same time have the ability to check the source code and learn from it. It will promote developers who are willing to share their code and knowledge.Maybe you'd like to help me with it? aurelien974 1 Quote Link to comment Share on other sites More sharing options...
Nambiar Posted June 5, 2014 Share Posted June 5, 2014 I started writing completely open (source and art) games and they are posted regularly on my site. Check them out and do add them to your list. http://gamedolph.in/ (The latest three are open source, as you'll see on the description pages.) Quote Link to comment Share on other sites More sharing options...
Kai Posted June 6, 2014 Author Share Posted June 6, 2014 I'm working on something like that - OpenHTML5Games.com will be a portal with the open source games hosted on GitHub, so people can see the games, play them and at the same time have the ability to check the source code and learn from it. It will promote developers who are willing to share their code and knowledge. Maybe you'd like to help me with it? I'd be happy to help, it sounds like we have similar goals. I'll message you. Quote Link to comment Share on other sites More sharing options...
Kai Posted June 6, 2014 Author Share Posted June 6, 2014 I started writing completely open (source and art) games and they are posted regularly on my site. Check them out and do add them to your list. http://gamedolph.in/ (The latest three are open source, as you'll see on the description pages.) I had a look. For this list specifically I'd need links to GitHub repos with the source code. I had a look at your GitHub page but the games listed on your site aren't there. Quote Link to comment Share on other sites More sharing options...
Nambiar Posted June 6, 2014 Share Posted June 6, 2014 This is my github link - https://github.com/gamedolphin All the open source games are listed there. Quote Link to comment Share on other sites More sharing options...
Loopeex Posted June 14, 2014 Share Posted June 14, 2014 I just added the source code of my first Phaser game on Github here : https://github.com/Loopeex/space-crusade Quote Link to comment Share on other sites More sharing options...
enpu Posted June 16, 2014 Share Posted June 16, 2014 Here are two open source games made with Panda.js https://github.com/ekelokorpi/flyingdoghttps://github.com/ekelokorpi/whackathing Quote Link to comment Share on other sites More sharing options...
Mircea Posted March 14, 2015 Share Posted March 14, 2015 Has anyone compiled a 'master list' of HTML5 games who have made their source code public on GitHub? [EDIT]A few resources below:GITHUB GAME OFFhttps://github.com/blog/1303-github-game-offhttps://github.com/blog/1674-github-game-off-iiPHASER GAMEShttp://pgl.ilinov.eu/HTML5 GAMES LISThttps://github.com/kaigani/HTML5-games-listThanks for your lists. Quote Link to comment Share on other sites More sharing options...
austin Posted March 14, 2015 Share Posted March 14, 2015 https://github.com/leereilly/games is probably the ultimate resource. It doesn't categorize HTML5 games that support mobile web, so here are a few good ones we know of: https://github.com/gabrielecirulli/2048 (http://gabrielecirulli.github.io/2048/) https://github.com/Hextris/hextris (http://hextris.clay.io) https://github.com/Zolmeister/prism (http://prism.clay.io) https://github.com/Zolmeister/zop (http://zop.clay.io) https://github.com/Q42/0hh1 (http://0hh1.clay.io/) https://github.com/Q42/0hn0 (http://0hn0.clay.io/) https://github.com/abejfehr/parity (http://parity.clay.io) https://github.com/grrd01/4inaRow (http://fourinarow.clay.io/) https://github.com/grrd01/Puzzle (http://grrdspuzzle.clay.io/) https://github.com/Zolmeister/Zoggle (http://zoggle.clay.io) https://github.com/daleharvey/battleships (http://daleharvey.github.io/battleships) https://github.com/Zolmeister/fuco (http://fuco.zolmeister.com) https://github.com/Zolmeister/pond (http://thepond.clay.io) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.