Giter Site home page Giter Site logo

jbro885 / rogue3d Goto Github PK

View Code? Open in Web Editor NEW

This project forked from okkindel/rogue3d

0.0 1.0 0.0 2.16 MB

Classic 3D roguelike written in C++ with SFML library. Made with raycasting technique. Inspired by pixel dungeon. To be continued in my free time.

Makefile 2.30% C++ 95.31% C 2.39%

rogue3d's Introduction

Rogue3D

A raycaster written in C++ with SFML library. In the future probably a roguelike game, if I will have enough patience and time.

How to run it:

  1. Clone the repository:

    git clone https://github.com/okkindel/Rogue3D.git
  2. Install SFML:

  • Debian based: sudo apt-get install libsfml-dev
  • Windows and others: Click
  1. Compile it:

    make debug
  2. Run it:

    ./bin/debug

Features:

  • 3D map generated from array
  • Textured walls
  • Simple shading based on distance
  • Fog on distance
  • Walkig (also side walking)
  • Lightning (static at the moment)

How does it look like:

Todo:

  • 2D Sprites
  • Textured floor and celling
  • Simple enemies with AI

rogue3d's People

Contributors

okkindel avatar

Watchers

 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.