Giter VIP home page Giter VIP logo

crinemaft's Introduction

Crinemaft

Overview

Crinemaft is a 3D voxel game inspired by Minecraft and written in C++ using OpenGL / GLFW.

Build instructions for macOS

  • Open a terminal and type this in: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    This installs Homebrew.
  • Navigate to the directory you want to have your game folder in and type these commands:
    • brew install git (Install Git)
    • brew install glfw (Install GLFW)
    • brew install cmake (Install CMake)
    • Follow "common build instructions" below.

Build instructions for Linux

The Linux build is successful but I have been informed that the build process is risky and unsuitable for normal use. If you want to try yourself, do: sudo apt-get build-dep glfw3 (an error message may pop up, the risky and unsuitable part is our fix for above). Finish by following the common build instructions at the bottom of the page.

Build instructions for Windows

Common build instructions

  • Navigate to the directory you want to have your game folder in and type thes commands:
    • git clone https://github.com/adamhutchings/crinemaft (Create a crinemaft folder with the game source)
    • cd crinemaft (Navigate to the folder)
    • ./scripts/build.sh (Build the project)
    • ./scripts/run.sh (Run the project)

When running the game a second time, you only need to run the last command to play the game again (but make sure to navigate to the right directory first).

crinemaft's People

Contributors

adamhutchings avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.