EggScrambled is a simple and addictive puzzle game. The goal is to match every colored egg with the nest of the same color by sliding them through the path to an empty nest.
(You can check out our other games if you like, but this one will be better :D )
So what’s “Tap and Reset” about? Sense of “Tap and Reset“ is quite self-explanatory. You should tap, tap and tap. When you first start to tap, you earn coins (one tap – one coin). You can spend them at a shop, where you can upgrade your Double Coins Skill or get Auto Taps. What is more, after reaching a certain point in game, you can “Reset the World” and start from the beginning, stronger than before. Also “Tap and Reset“ provides the opportunity to compete daily quests, which give you awesome rewards, so you will want to return to the game again and again. Minimalistic design, daily quests, leaderboards, tons of tapping fingerprints to unlock.
That’s about it. If you like the concept or have any suggestions, please leave a comment :)
I finish the last of the HUD elements for Goblin Age this week.
I added a health bar and timer.
I wanted the timer to be prominent, but it gets in the way if the level doesn’t scroll vertically. I could make room on the top line, or put it below the gold count. I’ll have to think about it. When the timer gets down to the last 10 seconds, it turns red to alert you.
@playzot looks cool! I don’t know if you are already planning on this, but I’d use a pixel font so that it maintains UI cohesion. Below is a link to a FOSS pixel font called “Press Start 2P”.
PS - How did you get the images ‘grouped’ so that clicking the thumbnail brings them all up and navigable by clicking/arrow keys?
I understand part of this. I’m guessing you used the ‘My Media’ option and not the ‘Image’ option (tool bar at top while editing), but so far I can’t figure out how to upload media. The weird part is my media collection has two images, so I must have uploaded something in the past.
This is our upcoming business tourism app. It will be available as a white label so any tourism organisation can easily and quickly have their own tourism app. It support things like custom map, advertising, rebate coupon, fully GPS driven with interactive circuit. Everything is connected dynamically to a database and can work 100% offline. Cloud management for account and load/save personal settings and preferences across devices. Its also multilingual.
The app also optimized the display based on landscape / portrait and based if tablet and phone dynamically.
When I made the post with the screenshots, I was in the full post edit mode by pressing “more reply options”
I pressed the “choose files” button next to the “attach files” and paperclip icon. When selecting the images in the folder, I held shift and selected them both at the same time.
Once the images were attached to the post, I chose “add to post” to paste them into the post content.
I don’t know if selecting multiple images at a time affects it, but those are the steps I took. Hopefully this was helpful.
Player enters enemy’s range and enemy enters attack mode. Enemy faces player and fires projectiles at them.
When the player collides with the projectile, their health is reduced by a set amount. The bullet object and image is removed. The player becomes invincible for a set period of time and its sprite flickers (alternating 1 and 0 alpha). When the period is over, The player is vulnerable again and the image stops flickering.
Enemy enters ‘stun’ state and flickering animation. Ow!
If the enemy’s HP reaches 0, they enter ‘death’ state and non-flickering animation instead of stun and get removed from gameplay.
Modified object collision with tiles so objects like the player and fireball collide with tiles using their bounding box dimensions instead of the whole tile size.