Menocchio Posted February 25, 2015 Share Posted February 25, 2015 Hello, Like the topic I'm new to html5 game development but I'm not so new to the programming environment so I decide to try my first html5 game by replicate one of classical simple game: "Guess what cup" My question: I think this can be done with simple js and html5 canvas? without any framework? If I'm wrong what framework you suggest? Can I find any basic source based on this game to use as reference? any other suggestion for a beginner would be appreciated Thank you for your time! Quote Link to comment Share on other sites More sharing options...
d13 Posted February 25, 2015 Share Posted February 25, 2015 My question: I think this can be done with simple js and html5 canvas? without any framework? Yes.In fact, it's better that you don't use a framework while you're learning so that you benefit from a deeper understanding of the technology you're using.After you've made a few small, simple games without a framework, you'll have a much better idea of what you might need from a framework to help you automate some repetitive tasks. Quote Link to comment Share on other sites More sharing options...
Menocchio Posted February 25, 2015 Author Share Posted February 25, 2015 thank you... than I wil ltry to do it with pure js/jquery maybe for the animation! 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.