mirror of
https://github.com/ssloy/tinyraycaster.git
synced 2025-03-14 18:29:40 +01:00
text update
This commit is contained in:
parent
38c3a538b3
commit
738c8226a6
14
LICENSE.txt
Normal file
14
LICENSE.txt
Normal file
@ -0,0 +1,14 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
20
README.md
20
README.md
@ -1,17 +1,23 @@
|
||||
# Project based learning: build your own 3D shooter in a weekend
|
||||
|
||||
***
|
||||
|
||||
**Check [the wiki](https://github.com/ssloy/tinyraycaster/wiki) for the detailed description of what is under the hood. Screw the source code, read the wiki.**
|
||||
|
||||
If you are interested by this project, you might want to [check my other tiny* repositories](https://github.com/ssloy), they were fun for me to make, I hope it will fun for you to read.
|
||||
|
||||
***
|
||||
|
||||
**Check [the wiki](https://github.com/ssloy/tinyraycaster/wiki) for the detailed description of what is under the hood.**
|
||||
|
||||
If you are interested by this project, [check my other tiny* repositories](https://github.com/ssloy), it is quite possible you will find more fun stuff there.
|
||||
|
||||
***
|
||||
|
||||
Click to see the video:
|
||||
This video shows what lies in this repository:
|
||||
[](https://youtu.be/zPIVTqVilCM)
|
||||
|
||||
At the time I write this text, the repository contains mere 486 lines of code:
|
||||
|
||||
```sh
|
||||
haqreu@daffodil:~/tinyraycaster$ cat *.cpp *.h | wc -l
|
||||
486
|
||||
```
|
||||
|
||||
# Few things tinyraycaster is NOT:
|
||||
* it is NOT a game, it is a mere stub;
|
||||
* it is NOT even a 3d engine;
|
||||
|
Loading…
x
Reference in New Issue
Block a user