Thread overview
Snake game
Jul 24, 2019
Alireza SN
Jul 24, 2019
sarn
Aug 02, 2019
Murilo
July 24, 2019
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
July 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/SnakeD

I posted it to the dlang subreddit:
https://old.reddit.com/r/d_language/comments/ch63ht/simple_ncurses_terminal_snake_game/
August 02, 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/SnakeD

Here 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