Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Rush-iam/cub3D
Browse files Browse the repository at this point in the history
Former-commit-id: 1767233
  • Loading branch information
ngragas committed May 19, 2021
2 parents f3a09ea + 300f946 commit e4cf194
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# nGragasstein 3D (cub3D)
Ray-casting project inspired by the world-famous 90’s game - Wolfenstein 3D.

Written in **C** with **MiniLibX** graphics library and **cute_headers cute_sound** sound library.

## How to play:
Compatibility: **Mac OS only**

To build: `make bonus`

To run: `./cub3D game_level.cub`

### Bundled game levels:
- **e1m1.cub** (original Wolfenstein 3D first level)
- **horror.cub** (by @mharriso)
- **neon.cub** (by @ckendall)

## "Let's Play" demo video:
https://youtu.be/ujFoM7Q15zM

[![Watch the video](https://img.youtube.com/vi/ujFoM7Q15zM/maxresdefault.jpg)](https://youtu.be/ujFoM7Q15zM)

0 comments on commit e4cf194

Please sign in to comment.