Job offer (rpg game example) client

Douglas Farias

Expert
Licensed User
Longtime User
Hello everyone, I'm looking for an example of rpg game for B4J and B4A, my focus first is for B4J.
I'm looking for an example game in this style

EulO10r.png

gallery.jpg



My idea is to make an online server for the client using TCP, so I'll list below some things I need in the example.

- Player (character) can move up, down, left, and right through the keyboard.
- Player (character) can move with mouse click (Where the user clicks on it to go it should go.)
- Camera following the character
- option to change camera zoom code
- I need 2 examples of maps obviously.
- The maps must be loaded from a txt or a map file (like the mario example of @wonder)

https://www.b4x.com/android/forum/threads/b4j-mario-collision-detection-prototype.59543/#post-375167
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000111111111111111111111111110000000000000000000000000000000000000000000000000000000000000001000000000000200000000000000002000000000000000000000000000000000100000000000220000000000000000000000000000000000000000000000000010000000000222000000000000000000000000000000000000000000000000001000000000222200000000000000220000000000000000000000000000000000100000002222220000000000000000000000000000000000000000000000000011111111111111000000000000000000022200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011001010001000000000000000000000000000000000000000000000000000001010101000100000000000000000000000000000000000022222000000000000110011100010000000000000000000000000000000000000000000000000000010100010101000000011111111111111110000000000000000000000000000001100001011100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000222222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022222220000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002223232323222000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010100000000011111111111111111111000000000000000000000000000000011011000000001300000000000000000000000000000000000000000000000011101110000000100000000100000000000000000000000000000000011111111111111111111111111111111111111111111111100011111111111111111111111111111111111111111111111111111111111110001111111111111
0: grass
1: stone
2: clay
3: wood
etc...
- I need the character to collide with rocks, water, etc ... (like map above, If the character tries to go to the stone (1) it is blocked)
- I need the position of the character, x and y when he moves
- Up, down, right and left walking animation
- Example of one or more enemy´s on map, it must move in circles or something like that (Need to detect if my character is close and if it is clicking on it, as if it were to simulate an attack)



All code should be as clean, clear and simple as possible, really the most simplified and easy to understand.

The images (assets) can be any one, as long as they are similar to the images above.

The payment will be via paypal.

I am waiting for any offer, whoever is interested and knows what I asked for above, just call me in private and we value the work.

I'll need more work later on in this game, this is just the beginning.

Thx
 
Last edited:

Douglas Farias

Expert
Licensed User
Longtime User
The offer increased to $ 500 (for b4j example working)
 
Top