Skip to content
/ MMORPG Public

[LEGACY] An attempt to make a 2D MMORPG game in C++ as a kid.

License

Notifications You must be signed in to change notification settings

isonil/MMORPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An attempt to make a 2D MMORPG game from scratch in C++ as a kid. This is a very old, unfinished project, which I made when I was about 14 years old. It's poorly written but hey, at least it works.

The project consists of 5 sub-projects:

  • Client
  • Server
  • Editor
  • Launcher
  • Updater

Screenshots - client

Screenshots - editor

Screenshots - launcher

Libraries used

  • SFML
  • ENet
  • wxWidgets