Skip to content

artemgl/TerraMU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TerraMU

TerraMU is a 2D game inspired by the MMORPG server of the same name. One can explore the open world, attack monsters and obtain items. The game was implemented using the OpenGL library.

Game world

The game world is a plane of tiles 255x255 in size. Most of these tiles can be stepped by a player, for example grass, sand and stone. The rest of the tiles contain static objects, like tree or fence, so a player cannot walk on them.

Monsters

There are spots on the map near which monsters appear. Initially each monster is calm and just walks around. If player is close enough, it will start chasing and attacking him. The player, in turn, can attack back.

Calm

Angry

Angry2

Monsters

Items

The item can either lie on the map or be in the player's inventory. Items can drop on map after a monster dies. After this, a player can pick up these items.

Inventory

Used libraries

  • GLFW, GLEW
  • SOIL
  • GLM

You can contact us if you want on mail:
[email protected]
or
[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published