Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

HitMe - A no brainer casual game for mobile devices

A topic by FlyingAntsStudios created Oct 11, 2017 Views: 471 Replies: 1
Viewing posts 1 to 2
(1 edit)

HitME – Devlog Entry #1

Hello Everybody!

Thought about creating this Devlog series for our upcoming game HitMe. I will be updating the progress of the game and look for your constant feedback during the process to improve it. Also this might be useful for anyone who would want to follow a game development process closely. I will try to keep this a mix between technical and non technical aspects. So here it goes.

After our first release Rig’s Dream, we thought about creating something casual, a no-brainer kinda game with just one touch control. And after a few brainstorming sessions, the idea of HitMe was born. The core gameplay mechanics would be to hit the objects with a ball. Thats simple,huh! So we quickly got down and made a very basic prototype which was something like this.


After playing this a few times we found that it was fun to play and pretty simple with a player just tapping anywhere on the screen or just flicking to throw the ball. It was then decided that the game should contain various levels where the cubes will be governed by the laws of the physics and each level should pose different challenges to the player albeit keeping the gameplay simple. (See it; Hit it). We also decided to keep the game in a closed area. i.e the X,Y,Z will be fixed and the game will take place inside that area. Below is a very early alpha version of the game.

The ropes are made using line-renderer, and the cubes are primitive Cube shape from Unity. A simple sphere takes care of our ball and the throwing script is attached to the main camera. Now was the time for some actual hardwork and get the levels polished and looking good. Below is the video of couple of levels in the beta stage.


This look was achieved using PBR, Particle effects and Unity’s Post processing stack. However there is a lot more to be optimised but this got us going and we were satisfied with the look. Apart from the interactivity between the ball and the cubes, there is also some details to the environment and interactivity between non playable game objects as well.

We are now working on designing the other levels (both technical and art). The art part will get a bit easier as mostly the environment will remain the same. Lets see how it goes. I will be updating this blog regularly with the development process.

Please feel free to comment, criticize, motivate or provide any kind of feedback. You can also give your suggestions if you want to see something in the game and we will try to put it in if feasible. Stay tuned for more updates 

Cheers!

(1 edit)

HitME – Devlog Entry #2

Hello Everybody!

Time for another update about the progress we have made on HitMe. Its been close to a month now since the first entry and with the festive season done and dusted; we would like to show you what we have been upto.

We are pretty much done designing the various levels of the game. At least the basic mechanics and much of the look. There will be around 21 levels including 3 bonus levels. Each will pose unique challenges but with the same end goal. Hit the cubes to score points. Here are a few screenshots of some of the levels.



We thought about giving the game an overall dark theme. Self illuminating cubes with the environment and other props to have a dark or slightly mellow feel to it.


There is still an awful lot to do. Most importantly optimization, both in terms of performance and build size. The video above has been recorded on an android device around three years old, running 4.4 and you can see a bit of lag and stuttering with uneven frame rate. Fixing this is our top priority in the upcoming days. It runs fine on the new android handsets but we want the game to run on as many devices as possible. Also the main player object, the ball, is yet to be finalised. Would love to hear your thoughts and suggestions on how we can go ahead creating the look and feel of the ball.

Stay tuned to find out how we took care of the lag and optimized our game to run smoothly on low end devices. The next article would be about it. Any kind of feedback is greatly appreciated.