mirror of
https://github.com/practical-tutorials/project-based-learning
synced 2024-11-10 14:14:19 +00:00
Add Tetris tutorial
Add tutorial about writing a Tetris game by Javier López.
This commit is contained in:
parent
f9852ad70d
commit
2a1c74d2b0
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
|
|||
* [Part 7: Compound Statements](https://norasandler.com/2018/03/14/Write-a-Compiler-7.html)
|
||||
* [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html)
|
||||
* [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm)
|
||||
* [Tetris tutorial in C++ platform independent focused in game logic for beginners](http://javilop.com/gamedev/tetris-tutorial-in-c-platform-independent-focused-in-game-logic-for-beginners/)
|
||||
|
||||
### OpenGL:
|
||||
|
||||
|
|
Loading…
Reference in a new issue