Category: 2D platform
-
Gaming : Anti-Aliasing Techniques
Recently,I was learning CocosSharp.It is a game engine which provides technology for making cross-platform games. As soon as you hit the first line of code, you see this`application.PreferMultiSampling = false;` Ok,I see that there is an application object and you are setting its property PreferMultiSampling of type boolean to false.But why should we do this…
-
HTML5,Javascript : Game engines and tools
HTML5 game engines The following are few examples of game engines implemented with HTML5 and JavaScript: Construct 2: One of the first WebGL enabled HTML5 game engines. Exports purely to HTML5 and JavaScript. Uses Canvas only and is extensible with JavaScript plugins. Isongenic Engine: One of the most promising engines out there today. Massively multiplayer…
-
Gaming : 2D Game Engines
I have decided to learn,develop and market a Game.Cool!!! but which game engine/framework should i go with ? What are the pros and cons of existing Game Engines? Where can i leverage my existing coding and design skills ? Today,This post will try to answer to few of the questions.There are N number of game…
