-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Rush-iam/cub3D
Former-commit-id: 1767233
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |