Saturday, August 31, 2013

Pulse

Been a while. I'm just finishing up the last few levels of a new game I'm working on, "Pulse." It's a simple game that can get challenging. The goal is to get the ball to the target by pushing it along with the mouse. You have a limited number of pushes available and any extra pushes you have when the player reaches the target adds to the score for that level. There are eight levels, each revolving around a theme.





I'll update with the finished game some time soon.

Game:
https://dl.dropboxusercontent.com/u/59779278/games/Pulse.jar

Eclipse Source Code:
https://dl.dropboxusercontent.com/u/59779278/games/Pulse.rar

6 comments:

  1. Hi mike, could you do a tutorial based on polygons movement/rotation using AffineTransform or a rotate(angle){sin cos} function? something like a javaroids spaceship, im stucked on rotations, Thanks!

    where could I send you my code?

    ReplyDelete
  2. You can message me on youtube with a link to your game.

    ReplyDelete
  3. Done im triyng to do a Asteroids game, im using arrays in stead of ArrayList to understand these implementation, im triyng to rebound within asteroids and within player and asteroids but i cant change direction of the objects inside the update..
    Can you see the code and tell me what's wrong? You can also improve the code and make a youtube tutorial about it, my code is yours to do anything you want!
    its inspired in black art java programing 'javaroids' by my own using your friction code also:

    http://pastebin.com/2AZvveyt

    I think you are one of the best tutorial maker because you test the code every few time and you improvise the debug in time too making us to see-how is done, normally to learn code i write all and test and if its broke is hard to detect debug if you don t have experience.

    ReplyDelete
  4. So if I transfer this to an android eclipse what should I need to change, I know the libraries are different, but can you tell me in general what should i change?

    ReplyDelete
    Replies
    1. If you want to stick with Java, go with LibGDX.

      https://github.com/libgdx/libgdx/wiki/Project-Setup-Gradle

      Delete
  5. Hi.. i am a newbie in this computer programming. Can i ask if this is also possible using eclipse in linux operating system?

    ReplyDelete