Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gtklocker/manmucraft
- Owner: gtklocker
- License: other
- Created: 2016-11-11T17:58:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T10:37:02.000Z (about 8 years ago)
- Last Synced: 2024-10-29T00:20:22.408Z (3 months ago)
- Language: C++
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 30Testing
=======$ 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).