www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Snake game

reply Alireza SN <alireza6677 gmail.com> writes:
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
next sibling parent sarn <sarn theartofmachinery.com> writes:
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/
Jul 24 2019
prev sibling parent Murilo <murilomiranda92 hotmail.com> writes:
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
Aug 01 2019