First project with Nim: a little word search game which is also a "shooter"

2020-10-01 Thread Intas
Hey! Sorry for the very late reply, I've been very busy these days. Thank you very much for you feedback! Yes, you're absolutely right about the enum parts, I would never have thought about that! I blame python for not having a proper, built-it enum :P I will add all the necessary changes as so

First project with Nim: a little word search game which is also a "shooter"

2020-09-24 Thread Intas
never used before and create something playable in the least amount of time. The game: [Word Search Shooter](https://github.com/Intasx/Intas-games/tree/master/Word%20Search%20Shooter%20-%20Nim/) Nim binding used: [Raylib Forever](https://github.com/Guevara-chan/Raylib-Forever/) This took me 4