1
0
mirror of https://github.com/ssloy/tinyraycaster.git synced 2025-03-14 18:29:40 +01:00

text update

This commit is contained in:
Dmitry V. Sokolov 2019-02-10 18:01:30 +01:00
parent 38c3a538b3
commit 738c8226a6
2 changed files with 27 additions and 7 deletions

14
LICENSE.txt Normal file
View 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.

View File

@ -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:
[![TinyRayCaster](https://raw.githubusercontent.com/ssloy/tinyraycaster/master/doc/017.png)](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;