gtklocker / manmucraft

Simple Minecraft-like clone using GLUT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

manmucraft is a Minecraft-like game.

Build Status

Features

  • First and Third person camera
  • Raycasting
  • Animations throughout the game
  • Easter eggs 🍳

Technology

manmucraft is written in C++ using OpenGL and GLUT.

Use

$ make build
$ make run
$ make run N=30 # run with a grid of size 30

Testing

$ make test

Contributors

manmucraft was developed as an assignment for the Computer Graphics course at the Department of Computer Science & Engineering of the University of Ioannina.

Contributors:

We're looking to add several features that you can find on our Issues. If you feel like contributing, just go ahead and do a pull request with your patch.

License

See the LICENSE file for license rights and limitations (MIT).

About

Simple Minecraft-like clone using GLUT

License:Other


Languages

Language:C++ 97.9%Language:Makefile 1.6%Language:C 0.5%