[Java] Pokémon Walking algorithm

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
Update (May 19, 2020):
The project is now active. Thanks to COVID-19, the quarantine period helped me stay focused on this project.


Update (September 26, 2016):

The project is still on hold, because the most important thing you need to do in life is to get a decent well-paid job, else you starve yourself. Once everything is settled down, I will then be able to continue on other projects I have left behind.


Update (February 4, 2015):

For those who reads this post, please be sure to actually visit this Github project page for the latest news and whereabouts. Currently, the project is on hold, as education has super-max priority.

__________________________________________________________________

Github Homepage: https://github.com/tommai78101/PokemonWalking


I have created a Java game program that mimics the protagonist's walking logic. Attached below is the Java source code and the runnable JAR file for testing purposes. Unzip "walking.zip" and extract the JAR file, then run the JAR file.

I seemed to have polished it to the point that I feel it's perfect the way it is right now, and it's worthy of a release at this point.

Please, take a look. Feedback is appreciated.
 

Attachments

Last edited:

Accname

2D-Graphics enthusiast
Reaction score
1,461
Yeah. It really feels like pokemon. But i wouldnt say that the way the movement in pokemon felt like was something positive.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
Yeah. It really feels like pokemon. But i wouldnt say that the way the movement in pokemon felt like was something positive.
It's easy to navigate, and it's simple when you're constructing an RPG world. I even think the Legend of Zelda NES games have this walking logic implemented before Pokémon ever came known.

I'm still tinkering with the latency for firing off the KeyEvents.
 

camelCase

The Case of the Mysterious Camel.
Reaction score
358
Lots of old-school RPGs implemented this kind of walking mechanic.
It makes collision detection soooo easy xD

Good job; gotta' fix that delay, though.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
Lots of old-school RPGs implemented this kind of walking mechanic.
It makes collision detection soooo easy xD

Good job; gotta' fix that delay, though.
That delay is somewhat the limitations of the Java AWT KeyEvents. When it's running at a constant 60FPS, just 1 tick alone is all it takes to get it to acceptable standards. Any more ticks than that will lag tremendously.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
I've fixed the issue with the background being clipped as a gray border surrounding the "grid-like grass tiles". I've also edited the grass tiles, so that it will display nicer-looking grids for visual aid.

No collision detection available, though.

The issue with the AWT KeyEvent latencies are still there. It's unfixable by design (AWT Java stuffs).
 

Attachments

Accname

2D-Graphics enthusiast
Reaction score
1,461
If you want to seriously work on a java game i would highly recommend using openGL and different libraries to the standard java stuff.
There is good material out there: JOGL, lwjgl, etc.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
If you want to seriously work on a java game i would highly recommend using openGL and different libraries to the standard java stuff.
There is good material out there: JOGL, lwjgl, etc.
Hm? I never said this is going to become an actual full-blown game. I did this in order to learn how to re-create the walking used in old-school NES / GBC RPGs.

P.S.: The intended purpose for this "game" is to teach people how to implement a walking algorithm, like an on-hands, no-documentations tutorial.
 

Accname

2D-Graphics enthusiast
Reaction score
1,461
I dont know.
Walking is pretty easy and trivial.
Do you think somebody who has problems implementing a walking algorithm on his own, is not better adviced to look out for an other profession?
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
I'm just blogging my own projects and taking notes with me. That is all. :D
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
Update:

I've added obstacles and the infamous slow walking:

In a Pokémon game, when your character hits an obstacle, and you keep pressing the directional button facing the obstacle, your character will do a "slow-motion walking", while the game keeps playing the "bump" sound file.

I recreated that "slow-motion walking" when you bang with a tree.

Please test, and always, feedback is appreciated. You can also take a look at the source code, attached below. I've refactored the source code quite a lot, along with taking into account the planned workflow (here), and finally implementing them altogether.
 

Attachments

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
Note: If you use Mercurial, or TortoiseHg, I've also included the folder to see the entire project's changelog and whatnots.


Update again:

Fixed some rendering issues when the test area is offset upwards up too high. The same issue will occur when the character is near the very bottom of the test area.

Also, modified the artwork a little bit, and added some more inputs: You can now use WASD keys to move up and down.

The test area is now larger (taller, not wider). It reminisces the NES world scrolling, well, sort of I guess.

Source code has been updated.

=================================================================

For those interested in the source files:

I have added the option to use Generation 1 Pokémon walking or Generation 2 Pokémon walking while running the program. In Gen 1, your character isn't able to just turn around and face a direction without walking. In Gen 2, however, you can turn around on the spot without walking.

The option can be found in the InputHandler.java, where the source code is located in the "main" package. I have put a comment about the option there for your reference.
 

Attachments

camelCase

The Case of the Mysterious Camel.
Reaction score
358
Tom, gimme' till the end of the week, man. I'll test this out and whatnot. I'm still workin' on school assignments =P
 

camelCase

The Case of the Mysterious Camel.
Reaction score
358
Awesome, movement's a lot more smooth now but the input still lags on occasion =P
Maybe next is jumping down cliffs ;)
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
Awesome, movement's a lot more smooth now but the input still lags on occasion =P
Maybe next is jumping down cliffs ;)
The lag you're experiencing is a known Java KeyListener issue. I can't help it, no matter how strongly I wanted to do.
 

Attachments

Last edited:

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,418
I have moved to GitHub, if anyone else wanted to see the source code.

http://github.com/tommai78101/PokemonWalking

Notable fixes:
- Fixed a hidden corrupted file that causes me not able to upload a working runnable JAR file.
- Tweaked the walking algorithm, so that it doesn't cause the player to jam itself into the trees and unable to stop.

Known Issues:
- If you press the directional buttons (D-pad, WASD keys, Up/Down/Left/Right keys) very quickly, you'll spaz out and be unable to recover.
 

Attachments

Last edited:
General chit-chat
Help Users
  • No one is chatting at the moment.
  • The Helper The Helper:
    I reorganized the forums somewhat but I doubt anyone would notice
  • The Helper The Helper:
    Happy Friday!
    +1
  • The Helper The Helper:
    Happy Saturday!
    +1
  • The Helper The Helper:
    The forum software says we have 554 members online now. We did not have that many unique visitors the whole day today. Too many bots and the disconnect between the forum counts and the stats.
  • Varine Varine:
    Currently it says 413 guests and 2 members
    +1
  • Varine Varine:
    Aww
  • The Helper The Helper:
    That is going to be mostly bots
  • The Helper The Helper:
    527 (members: 2, guests: 525)
  • The Helper The Helper:
    Happy Saturday!
    +1
  • V-SNES V-SNES:
    Happy Saturday!
    +1
  • The Helper The Helper:
    622 (members: 2, guests: 620)
  • The Helper The Helper:
    666 (members: 4, guests: 662) :)
    +1
  • Varine Varine:
    609 (members: 4, guests: 605)
  • The Helper The Helper:
    I was posting that last one because the 666 users online :)
    +1
  • The Helper The Helper:
    Happy Wednesday Night!
    +1
  • The Helper The Helper:
    Happy Thursday!
    +1
  • The Helper The Helper:
    Marathon watching The Expanse!
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    leaving for the weekend in San Antonio will be gone until Sunday afternoon
    +1
  • The Helper The Helper:
    and I am back :)
    +1
  • The Helper The Helper:
    Happy Tuesday!
    +1

    The Helper Discord

    Members online

    No members online now.

    Affiliates

    Hive Workshop NUON Dome World Editor Tutorials

    Network Sponsors

    Apex Steel Pipe - Buys and sells Steel Pipe.
    Top