-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|461|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Blogs Home -> Blogs


 
Pakz
Created : 10 October 2017
Edited : 11 October 2017
Language : Monkey-X

Legend of Pandora and back to coding

Made a part of a game I played this evening

Edit : Here the emscripten monkey2 version :
cromdesi.home.xs4all.nl/emscripten/monstersrandommap/Untitled1.html

I spend some time playing a game that I discovered a long time ago. It is called Legend of Pandora and it is a Flash Game. It is a Rpg where you level up and fight through a large map doing quests etc.

I got bored with it at some point this evening and I got the idea of coding some sort of battle system that was featured in this game. It was already a while since I coded anything.

It did not take long before I got a oval player moving around and have it fight some enemies. I then decided to put what I got into a map generator I done earlier. It at the point of writing this is around 500 lines and I playtested it a little bit. It seems as a good base for further development.

You can move the player around and press space to use it's weapon(spear?) Everytime all enemies get killed a new map is generated. The enemies have a health bar and various hp's.

Maybe I might spend some more time adding more things if I can think of anything. I made two versions of it (monkeyx and monkey2)


If you wish to try it out (or use the code - monkeyx)


 

Comments


Wednesday, 11 October 2017, 09:59
Pakz
I created a flash version that can be viewed/played here :

monkeygameprogramming.blogspot.nl/2017/10/monkey-x-player-vs-monsters-on-random.html
Saturday, 14 October 2017, 11:05
Pakz
I spend more time working on this. I added several features. There is a new weapon. The zombie will roam now also when the player is within a certain range(lod) They are smarter now also.

If I work on it for another day then I will create a showcase for it.

cromdesi.home.xs4all.nl/html5/playervsmonsters/MonkeyGame.html
(f1 for new map)