My simple isometric MMORPG base project

Show off your games, demos and other (playable) creations.
Post Reply
harha
Prole
Posts: 2
Joined: Sun Jul 24, 2022 12:49 pm

My simple isometric MMORPG base project

Post by harha »

Here's a project that I quit working on and decided to open source. It was meant to become some sort of simple MMORPG with isometric graphics. I decided to share it because even though it's still quite simple, it has a working networking protocol and could act as a base to create a proper game of some sorts. It can also be used for learning the basics of UDP client-server networking.

https://gitlab.com/harha_/simple-mmorpg

Image
Image
User avatar
togFox
Party member
Posts: 774
Joined: Sat Jan 30, 2021 9:46 am
Location: Brisbane, Oztralia

Re: My simple isometric MMORPG base project

Post by togFox »

It's hard to get working examples of networking so I might check that out :)
Current project:
https://togfox.itch.io/backyard-gridiron-manager
American football manager/sim game - build and manage a roster and win season after season
harha
Prole
Posts: 2
Joined: Sun Jul 24, 2022 12:49 pm

Re: My simple isometric MMORPG base project

Post by harha »

togFox wrote: Mon Jul 25, 2022 2:30 am It's hard to get working examples of networking so I might check that out :)
Well it's nothing too fancy, just bare-bones simple UDP protocol that kinda works for the gameplay requirements of the game I was going to make. I hope it can be helpful still, but it doesn't have encryption or any safety measures besides a simple token that's generated server-side and is used to authenticate the client and link its connection to a specific set of objects on the server to authorize packets.

However adding encryption, etc, on top of what's already there should be possible.
Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests