Pages

Sunday, October 29, 2017

Path Finding



Testing my new improved algorithm for path finding. It is much faster than before and maybe I will be using it for some of my future projects. Collision detection is optimized by merging multiple background objects into one border object and only borders are used for collision checks. Background objects and borders are saved to separated JSON files with map editor tool so that way collision detection can be up to 10 times faster. The path area is saved after it gets done with searching for the first time. The numbers indicate path steps from player to the destination point. Computer players can follow the path to find and attack the player. There are still many ways to optimize path finding but I don't think that is what I am gonna need right now because game maps will not be that huge. This is a cross-platform game demo and it needs a few more tests on Android devices.

Monday, October 23, 2017

Speed Project Generator 1.0.0.3



The new version of tool for generating cross-platform games has ability to generate on-screen controls for Android devices now. It can generate racing and touchpad controls for playing different kind of games.

Wednesday, October 18, 2017

Tuesday, October 17, 2017

Speed Project Generator 1.0.0.1



Speed Project Generator needed a new update and here it is with more tabs, options and few bugs fixed. It is possible to set custom icons for Android projects now and they will be automatically resized from LDPI to XXXHDPI icon size.

Sunday, October 15, 2017

Cells 1.0.0.0 (Gameplay Video)



Another cross-platform game based on SickGame.

Tap the cells to score. The bigger the selection the bigger the score.

Download for desktop: https://goo.gl/7F28oh
Download for Android: https://goo.gl/556GuX

Cells 1.0.0.0



Another cross-platform game based on SickGame.

Tap the cells to score. The bigger the selection the bigger the score.

Download for desktop: https://goo.gl/7F28oh
Download for Android: https://goo.gl/556GuX

Wednesday, October 11, 2017

Speed 1.0.0.1 (Gameplay Video)


This is the full game version that contains 3 new courses: city, village and bridge. It took me a while to make these three maps in Map Editor and I hope you will like it. These maps are a little harder than the first map in order to make the game more fun. When you complete all the courses, the game will start again from the first course. So, this is an endless racing game. You play until you lose the race or get bored. I had to draw and put lots of new background objects in the game like buildings, trees, roads and other things that would make it look more interesting and fun. These maps are not really that hard if you memorize all the traps on the roads and if you drive a little bit slower with more attention. But, not too slow! Watch for fuel because there are less pickups than in the first course. Be careful when you are crashing into the cars near trucks, it may reflect you directly into the truck and it is hard to control your vehicle when you are reflected and driving very fast. More road traps are added in new maps which will slow you down. And yes, I cheated a little with the fuel but it does not matter because I just want to show you how these maps look like. Enjoy the game!

Download for desktop: https://goo.gl/iZnu7i
Download for Android: https://goo.gl/pQ5RX9

Speed 1.0.0.1


This is the full game version that contains 3 new courses: city, village and bridge. It took me a while to make these three maps in Map Editor and I hope you will like it. These maps are a little harder than the first map in order to make the game more fun. When you complete all the courses, the game will start again from the first course. So, this is an endless racing game. You play until you lose the race or get bored. I had to draw and put lots of new background objects in the game like buildings, trees, roads and other things that would make it look more interesting and fun. These maps are not really that hard if you memorize all the traps on the roads and if you drive a little bit slower with more attention. But, not too slow! Watch for fuel because there are less pickups than in the first course. Be careful when you are crashing into the cars near trucks, it may reflect you directly into the truck and it is hard to control your vehicle when you are reflected and driving very fast. More road traps are added in new maps which will slow you down. And yes, I cheated a little with the fuel but it does not matter because I just want to show you how these maps look like. Enjoy the game!

Download for desktop: https://goo.gl/iZnu7i
Download for Android: https://goo.gl/pQ5RX9

Sunday, October 8, 2017

SickGame 1.0.0.0 (Gameplay Video)

SickGame 1.0.0.0 (Android)



SickGame - my latest invention in Java programming language, the game inspired by my old game called "Cancer".

Break the bricks with the same color as player's and avoid bricks with different color. The color of player will change randomly when you hit the right brick. Do not crash into the white border and hurry up before time runs out. You have few lives and every time you get 1000 score you will get one life. When all bricks are broken, a portal with random color will be shown. Get in it to complete the level and to get bonus score. Number of colors will be increased in the next level.

This game can be played using keyboard or touchpad.

This is the first game created using Speed Project Generator. Speed Project Generator is the application that I made for creating Eclipse IDE projects (core, Android, desktop and Map Editor) which makes game development a lot faster and better for me. I don't need to code the same thing again including menus, screens and other game stuff.

Download for Android: https://goo.gl/a8nSpC

SickGame 1.0.0.0 (Desktop)



SickGame - my latest invention in Java programming language, the game inspired by my old game called "Cancer".

Break the bricks with the same color as player's and avoid bricks with different color. The color of player will change randomly when you hit the right brick. Do not crash into the white border and hurry up before time runs out. You have few lives and every time you get 1000 score you will get one life. When all bricks are broken, a portal with random color will be shown. Get in it to complete the level and to get bonus score. Number of colors will be increased in the next level.

This game can be played using keyboard or touchpad.

This is the first game created using Speed Project Generator. Speed Project Generator is the application that I made for creating Eclipse IDE projects (core, Android, desktop and Map Editor) which makes game development a lot faster and better for me. I don't need to code the same thing again including menus, screens and other game stuff.

Download for desktop: https://goo.gl/xD2ssN

Wednesday, October 4, 2017

Speed Project Generator 1.0.0.0



Application that will save my time for creating games is finally completed. I don't have to code the same thing over and over again now. All I need to input is the game title, version, version code, package name, game resolution width and height in pixels, desktop resolution size and choose if the game will need JSON and Map Editor. This application can generate all projects for creating a cross-platform game including core, Android, desktop and Map Editor project. All classes, project files and resources such as images, music and sounds can be generated with one click. The complete game GUI with screens and menus will be generated in no time. Every required library is automatically added to the build path and projects are linked to each other.