Marino Posted December 5, 2019 Share Posted December 5, 2019 Hi, I'm happy when I found this forum couple of weeks ago. I was reading many of the post regarding frameworks to learn more. Thanks! We (University of Extremadura) want to develop a free and open source game for highschools for the girls and boys to learn to program. The idea that we have is really similar to this game mechanisms: https://hoc.codewards.org (thematic and language to learn will be different and our target are mobile web browsers). For the code editor we have already selected codemirror. However, for the game framework, being a really simple moving and interaction mechanisms (no phisycs, 2D, only with 4 different rooms and badgeds as reward), we are not sure about going directly with typescript, pixi or phaser. Any advice would be welcome. Quote Link to comment Share on other sites More sharing options...
Marino Posted January 14, 2020 Author Share Posted January 14, 2020 No advices? Quote Link to comment Share on other sites More sharing options...
geralsoft Posted January 14, 2020 Share Posted January 14, 2020 Typescript no es un marco, yo me iria con createJS Quote Link to comment Share on other sites More sharing options...
plicatibu Posted January 17, 2020 Share Posted January 17, 2020 (edited) @Marino I recommend phaser. - It's easy to learn to learn. - There are more than 1000 examples. - There are at least 10 books about it. - It has a huge community that will make it easier to get support. - It comes with batteries included (its full of features) Good luck. Edited January 17, 2020 by plicatibu Quote Link to comment Share on other sites More sharing options...
Marino Posted January 19, 2020 Author Share Posted January 19, 2020 Thank you! I've taken a look to createJS and looks easy to learn for me (I worked with actionscript in the past, while the rest of the team have zero javascript experience). Finally, we have selected to start with Phaser because after some advices, including one here, have recommend it for our tiled game. Best, Marino. 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.