Don't wanna be here? Send us removal request.
Text
youtube
Finally my game has decent UI.
3 notes
·
View notes
Text
youtube
Hello! Next update to my project. More info in video description
1 note
·
View note
Text
Online demo of my MMORPG Indie game!
Hey, long time no see! This is link to demo: https://maiu-online.com
1 note
·
View note
Text
youtube
Death arrived into realm of Maiu...
1 note
·
View note
Text
youtube
Also added simple quest progress tracker requested by one of the testers :)
2 notes
·
View notes
Text
youtube
Hey! I added items upgrade system in to my game. Short presentation in the video.
1 note
·
View note
Text
youtube
Items model and part of the equipment system on the board!
1 note
·
View note
Text
youtube
Previously I added levels now it's time for character statistics
4 notes
·
View notes
Text
Next short update, this time simple quest system
youtube
2 notes
·
View notes
Text
youtube
Next short update about progress in my project.
2 notes
·
View notes
Text
JavaScript MMORPG - Maiu Online - #babylonjs - Ep33: Vendors
youtube
2 notes
·
View notes
Text
JavaScript MMORPG - Maiu Online - #babylonjs - Ep32: Fully functional inventory system
youtube
Hello, I finished work on inventory system, this is the list of supported features, which I added while working on it:
monsters have a chance to drop items/currency
dropped items with name labels are displayed on the ground
inventory UI with currency and items slots
players can pickup items/currency from the ground. Picked items are displayed in the inventory
not picked up items are removed after 30s
items can be moved between inventory slots
all picked up items are immediately persisted. In case of server crash they wont be lost. Saves are performed asynchronously and are not affecting engine loop. Players are seeing persisted inventory state.
UI changes are written in MVI pattern. I really like it and i think it suits well for online game. I will rewrite other UI parts to this pattern.
Also while recording this video i found one bug. Dropped item removing counter is not cleared after item pickup. So if player will drop it again within 30s, item will disappear earlier.
0 notes
Text
JavaScript MMORPG from scratch - MaiuOnline #31 Inventory, drop and pickup items
Hello, I'm working on inventory system. So far i implemented few things:
inventory UI, displaying slot items and currency (dust)
monsters drops items or dust (gold)
player can pickup item from the ground
not picked up items disappear after 30s
still TODO:
dropping items on the ground
drag and drop for inventory items for dropping/replacing in inventory slots https://www.youtube.com/watch?v=KgTp8ITeOvI
0 notes
Text
JavaScript MMORPG from scratch - MaiuOnline #1 Dreamed MMO game without any knowledge
Hey! For some time I'm working on my small learning project which is browser MMORPG isometric style (similar to diablo etc.) game. I was starting with zero knowledge and I'm not using any dedicated game engine other then babylons for rendering. Everything else I'm writing by my self. I was able to achieve few milestones and below there's a video with the latest progress.
youtube
#game development#devlog#indie games#indiegamedev#babylonjs#solo dev#javascript#mmorpg#game dev blog#indiedev#indie game
3 notes
·
View notes