Ola
BANanoCreateJS
This is one of my bucket list things I've been wanting to look at, game development. So I have been looking for a simple js library to use.
As the lib BANanoCreateJS is not finished (we have a long way to go, really) and this is just a first attempt at this, I have never ever developed a game before so this is a learning curve that we can experience as we go along and perhaps help each other solve some issues with this. I'm sure there are people who know how to do this with eyes closed.
So I spent a couple of hours yesterday reading and practicing and was just able to get my dancing butterflies working. On the code one will notice that just above the BANano version of the code, there is a commented javascript version so that we get the drift. Some of the things there I cant even explain myself so you will have to experience it for yourself.
When it comes to games, there is a lot apparently that one has to look at, for example
The CreateJS lib is available here. Its defined as...
A suite of modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.
Hopefully this can be a community project. The intention is to explore the canvas in parallel exploring the CreateJS library whilst working on this pet project. Oh yes, there are game engines that I found via google that one does not even have to code, but hey, let the adventure begin!
Ta!
NB: You might want to clear the cache of your internet browser if you make any changes to the code.
BANanoCreateJS
This is one of my bucket list things I've been wanting to look at, game development. So I have been looking for a simple js library to use.
As the lib BANanoCreateJS is not finished (we have a long way to go, really) and this is just a first attempt at this, I have never ever developed a game before so this is a learning curve that we can experience as we go along and perhaps help each other solve some issues with this. I'm sure there are people who know how to do this with eyes closed.
So I spent a couple of hours yesterday reading and practicing and was just able to get my dancing butterflies working. On the code one will notice that just above the BANano version of the code, there is a commented javascript version so that we get the drift. Some of the things there I cant even explain myself so you will have to experience it for yourself.
When it comes to games, there is a lot apparently that one has to look at, for example
- FPS - frames per second.
- Collision Detection
- Events
- The stages
- Resources - music, images etc
The CreateJS lib is available here. Its defined as...
A suite of modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.
Hopefully this can be a community project. The intention is to explore the canvas in parallel exploring the CreateJS library whilst working on this pet project. Oh yes, there are game engines that I found via google that one does not even have to code, but hey, let the adventure begin!
Ta!
NB: You might want to clear the cache of your internet browser if you make any changes to the code.
Last edited: