Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gtklocker/manmucraft

Simple Minecraft-like clone using GLUT
https://github.com/gtklocker/manmucraft

Last synced: about 1 month ago
JSON representation

Simple Minecraft-like clone using GLUT

Awesome Lists containing this project

README

        

**manmucraft** is a Minecraft-like game.

[![Build Status](https://travis-ci.org/gtklocker/manmucraft.svg?branch=master)](https://travis-ci.org/gtklocker/manmucraft)

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](http://www.cs.uoi.gr/en/index.php?menu=m1) of the [University of Ioannina](http://www.uoi.gr/).

Contributors:

* Ioannis Goulioumis ([@loukoum](https://github.com/loukoum))
* Kostis Karantias ([@gtklocker](https://github.com/gtklocker))

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](LICENSE.md) file for license rights and limitations (MIT).