https://github.com/f321x/cub3d-42-core
Implementation of a Wolfenstein3D kind of game in C as project of the 42 coding school core curriculum.
https://github.com/f321x/cub3d-42-core
42school c game-development graphics-programming
Last synced: 9 months ago
JSON representation
Implementation of a Wolfenstein3D kind of game in C as project of the 42 coding school core curriculum.
- Host: GitHub
- URL: https://github.com/f321x/cub3d-42-core
- Owner: f321x
- Created: 2024-02-05T09:25:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T06:26:02.000Z (over 1 year ago)
- Last Synced: 2025-10-11T01:35:22.017Z (9 months ago)
- Topics: 42school, c, game-development, graphics-programming
- Language: C
- Homepage:
- Size: 22.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Goals (from en.subject.pdf)
This project’s objectives are similar to all this first year’s objectives: Rigor, use of C, use
of basic algorithms, information research etc.
As a graphic design project, cub3D will enable you to improve your skills in these
areas: windows, colors, events, fill shapes, etc.
To conclude cub3D is a remarkable playground to explore the playful practical applications of mathematics without having to understand the specifics.
With the help of the numerous documents available on the internet, you will use
mathematics as a tool to create elegant and efficient algorithms.
Coded by @farshadahmadian and me.
