fuz / jspkmnengine

Javascript PKMN Game Engine
10 stars 3 forks source link

JS PKMN Engine

This is a Javascript Pokemon Game Engine. You can see a video of its capabilities in videos/ or on YouTube.

Progress

Tiling

Tiling works a bit differently in JSPKMNe. Rather than the game compose a game map from lots of individual pieces, we overlay information about the game environment on a large picture. This way a tile is just a large picture and the game can just use the exported tiles of the video games.

To add information to the tile you:

I don't currently have the time to document all this but feel free to contact me for any help!

History

This game was started when I was a kid in 2004/2005 and developed until 2007. In 2008 I re-wrote the game server.

ToDo