Kai 5 Report post 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 Share this post Link to post Share on other sites
Gscheid 0 Report post Posted June 3, 2014 I was also looking for this and couldn't find one. Maybe it is time to start a list ; ). Quote Share this post Link to post Share on other sites
Kai 5 Report post 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 Share this post Link to post Share on other sites
kuuuurija 16 Report post Posted June 3, 2014 should it be coded in javascript? or Typescript is fine too? Quote Share this post Link to post Share on other sites
Kai 5 Report post 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 Share this post Link to post Share on other sites
kuuuurija 16 Report post Posted June 3, 2014 compiled to JS Quote Share this post Link to post Share on other sites
Kai 5 Report post 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 Share this post Link to post Share on other sites
sleekdigital 3 Report post Posted June 4, 2014 http://pgl.ilinov.eu/ Quote Share this post Link to post Share on other sites
Kai 5 Report post Posted June 4, 2014 Thanks - I'll go through that list and find the relevant games posted to GitHub. Quote Share this post Link to post Share on other sites
end3r 197 Report post 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? 1 aurelien974 reacted to this Quote Share this post Link to post Share on other sites
Nambiar 38 Report post 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 Share this post Link to post Share on other sites
Kai 5 Report post 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 Share this post Link to post Share on other sites
Kai 5 Report post 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 Share this post Link to post Share on other sites
Nambiar 38 Report post Posted June 6, 2014 This is my github link - https://github.com/gamedolphin All the open source games are listed there. Quote Share this post Link to post Share on other sites
Loopeex 8 Report post 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 Share this post Link to post Share on other sites
enpu 686 Report post Posted June 16, 2014 Here are two open source games made with Panda.js https://github.com/ekelokorpi/flyingdoghttps://github.com/ekelokorpi/whackathing Quote Share this post Link to post Share on other sites
Giochi 0 Report post 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 Share this post Link to post Share on other sites
austin 29 Report post 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 Share this post Link to post Share on other sites