digitalmars.D.announce - Snake game
- Alireza SN (4/4) Jul 24 2019 Hi, I'm new to D. Thought it would be fun to write a simple snake
Hi, I'm new to D. Thought it would be fun to write a simple snake game for start. I hope it's not irrelevant to post it here. https://github.com/TheWeirdDev/SnakeD
Jul 24 2019
On Wednesday, 24 July 2019 at 07:47:03 UTC, Alireza SN wrote:Hi, I'm new to D. Thought it would be fun to write a simple snake game for start. I hope it's not irrelevant to post it here. https://github.com/TheWeirdDev/SnakeDI posted it to the dlang subreddit: https://old.reddit.com/r/d_language/comments/ch63ht/simple_ncurses_terminal_snake_game/
Jul 24 2019
On Wednesday, 24 July 2019 at 07:47:03 UTC, Alireza SN wrote:Hi, I'm new to D. Thought it would be fun to write a simple snake game for start. I hope it's not irrelevant to post it here. https://github.com/TheWeirdDev/SnakeDHere goes something that may help you. A multimedia tutorial in D with a lib called arsd. I am nearly done with the tutorial and it is now very complete, it now teaches how to use the arsd library to draw all sorts of stuff and to receive mouse and keyboard input. I think you will like it. If you use it and like it please let me know because I would be very happy to see my work being spread. Cheers. Here is the GitHub page: https://github.com/MuriloMir/arsd_multimedia_tutorial
Aug 01 2019