Skip to main content

#30daydeveloper - Day 10 - Gravity Corners

Hello! If this is your first time reading about my thirty day developer challenge, click here to go to the first post!

So now that the game's prototype is finished, I should start adding bells and whistles to it right? Or should I keep updating the core functionality of the game? Not that the core functionality is all too complex or anything.

I once read an article suggesting that the core game play mechanics are the most fundamental key to a game's success. Every game can be simplified down to 20-30 seconds of "core" game-play that is repeated over and over throughout the game. Therefore, if this fundamental piece of the game is not interesting or entertaining to play, then chances are that the game will also be boring. There's only so much you can polish a piece of turd, right?

I wonder if this is true. Are there any games out there with lame "core" game mechanics, but yet are very addicting and fun to play? Will adding shiny gadgets and score multipliers do more for my game than updating the main game design?

Anyways, today I implemented gravitational pull of the four corners. I thought it was kind of anti-climactic that once a ball touched any of the four corners, it just sort of disappeared without much grandeur. So I changed it to detect overlaps (using the Pythagorean Theorem, who knew math would be useful in real life?)

Maybe I'll add some simple sounds to get a better idea of what my game will look like when played. So here's a short list of future ideas that I am planning on implementing, in no particular order:
  1. Sound effects and music
  2. Menus and settings
  3. Score multipliers and bonuses (kind of like Tony Hawk's Pro Skater combos)
  4. Scoreboard and high scores (local or internet)
  5. Mobile application using PhoneGap

On a side note, wow I guess I still have a lot more mountains coming up, haha.

Comments

Popular posts from this blog

Jooble

Yesterday, I received an incredibly friendly email from an anonymous person who claimed to have read my blog and "loved it." Of course, because my blog is public and anybody can comment anonymously, I was a bit skeptical of this email. Yet, seeing as how this was the first ever "fan mail" I've ever received, I read the email. It wasn't fan mail, but it was an email from a person who works for a website called " Jooble ." Interested by his genuineness and heartfelt compliments of my blog, I took a quick glance at the website. Here's what he had to say about Jooble: Jooble operates in 45+ countries, so if you would like to find a job in other locations you may try to search jobs in: Argentina , Australia , Austria , Belgium , Belarus , Brazil , Canada , Chile , China Colombia , Czech Republic , Denmark , Spain , Finland , France , Germany , Greece , Hong Kong , Hungary , Italy , India , Indonesia , Ireland , Japan , Kazakhstan , Mexi...

Unity Game Developer

Been a long time since I've blogged...life tends to do this thing of getting in the way, haha. Anyways, I've been recently taking a Unity game developer class . Here are some GIFs of what I've been learning-- Day 1 - Learning to move a ball with arrow keys Day 2 - Using sprites and learning about physics Day 3 - Flappy Bird clone complete! Day 4 - Learning how to make a top down space shooter Day 5 - Adding meteors Day 6 - Using mouse to turn Day 7 - Shooting nukes and adding menus Day 8 - 3D Terrain building and character controllers Day 9 - Playing with built-in 3D models Day 10 - Learning about animations and 3D physics Day 11 - Starting my final project (4orner 3D) On a side note, if you notice, that last GIF is a 3D version of my hit  game from 2 years ago-- 4orner !

Making a Board Game

Wanted to update my blog with what I've been up to recently. I made a board game and have been working on that full time for the past 3 or so months. The name is still WIP but it's tentatively set as "Our Modern Lives." It's a tile/card based map-building game. The goal is to achieve "Success" and "Happiness" before anyone else can by building your own route. Here are a few pictures of the current build (v1.20 Beta): On a side note, follow me on Instagram for more (semi-frequent) updates!