Skip to content

Commit 9f769d1

Browse files
authored
Merge pull request practical-tutorials#83 from bobeff/compile-time-game
Add tutorial about creating a compile-time game
2 parents bee0a77 + ebb4e82 commit 9f769d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
5858
* [Part 7: Compound Statements](https://norasandler.com/2018/03/14/Write-a-Compiler-7.html)
5959
* [Part 8: Loops](https://norasandler.com/2018/04/10/Write-a-Compiler-8.html)
6060
* [Implementing a Language with LLVM](https://llvm.org/docs/tutorial/#kaleidoscope-implementing-a-language-with-llvm)
61+
* [Meta Crush Saga: a C++17 compile-time game](https://jguegant.github.io//jguegant.github.io/blogs/tech/meta-crush-saga.html)
6162
* [High-Performance Matrix Multiplication](https://gist.github.com/nadavrot/5b35d44e8ba3dd718e595e40184d03f0)
6263
* Space Invaders from Scratch
6364
* [Part 1](http://nicktasios.nl/posts/space-invaders-from-scratch-part-1.html)

0 commit comments

Comments
 (0)