Code Monkey home page Code Monkey logo

wolf3d-42's Introduction

Wolf3D

made by tmaluh (_ipal)
README.md contain not all info about project and after update project after last changes in libft its may work unstability

Video preview

Installation:

SDL2

Ubuntu:

sudo apt-get install libsdl2-dev libsdl2-mixer-dev libsdl2-ttf-dev

Fedora:

sudo dnf install SDL2-devel SDL2_mixer-devel SDL2_ttf-devel

MacOS:

All ready for use. Just type make.

Windows:

Compiling

Use make for compiling all files.

When you have already installed SDL2 library you can use this simple rules:

  • make: Compile all.
  • make clean: Delete temporary files.
  • make del: Delete temporary Wolf3D files only(if you changed code use make del && make for re-compile only Wolf3D executable without libft).
  • make fclean: Delete executable Wolf3D file & libft.
  • make re: It's rules - make fclean & make in one.

Usage:

./wolf3d maps/map_name.w3d
  • [W | S]: Moving forward | backward.
  • [A | D]: Rotate left | right.
  • [T]: Toggle Textured\Flat rendering method.
  • [M]: Toggle mini-map rendering.
  • [F]: Toggle Fog rendering.
  • [C]: Switch Fog colors.
  • [LShift]: Step & rotate boost.
  • [Z] - Stop\Play steps sounds.
  • [Q]: Stop\Play background in-game music.
  • [+ | -]: Inc\Decrease background volume.
  • [R]: Toggle FPS\ms rendering info.
  • [H]: Toggle blur effect rendering.
  • [Y | N]: Inc\Decreaase bluring effect.
  • [ESC]: Close Wolf3D.

<===> MLX <===>

If you are crazy and want to run this project using MLX library and without many features - follow this rules:

git clone https://github.com/Iipal/Wolf3D-42.git wolf3d
cd wolf3d
git checkout 5acec91
make

wolf3d-42's People

Contributors

iipal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

aitelkob

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.