Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 843 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 843 Bytes

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