Part 2 is now up! kzbin.info/www/bejne/oni0lIFoltR7ebMsi=fcq_bPrVtRWoeekl
@bladman97009 ай бұрын
you definitely got that skills of thumbnail making, didnt realized you only had 13 subs.
@ahmedabuharthieh5799 ай бұрын
Thank you! I used to be a bit of an artist so maybe some skills carried over.
@franklee6639 ай бұрын
I remember writing this game on a PDP11-44 back in 1988 in PDP basic. I even had multiplayer game running with can house up to 10 players but there are a few changes to the multiplayer game, there are three types of apples, one type will extend your snake length which gives two points, one will reduce snake length by one which will give one point and one will reduce snake length by two but give zero points.
@ahmedabuharthieh5799 ай бұрын
That's amazing, would love to see that running on the original hardware!
@quangnhatle2512Ай бұрын
Minimalism style is really nice
@fun-damentals63547 ай бұрын
very nice channel. calm, smooth and well explained tutorials. you have earnt my subscription
@ahmedabuharthieh5797 ай бұрын
Thank you!
@anon_y_mousse9 ай бұрын
It's great to see people be inspired like this. It was QBasic Nibbles and Gorilla that inspired me to get into programming. Tweaking the code to alter the games was the most fun I had in school.
@nirlichtman9 ай бұрын
Awesome, was cool to see how you implemented the tail :)
@ahmedabuharthieh5799 ай бұрын
Thank you! Your video is what inspired me to take the idea further :)
@pietraderdetective89539 ай бұрын
More simple games like this in C please! Liked and subbed!
@eckelfresh9 ай бұрын
Nice video. I would like to see more. You could also show refactoring in the next video. E.g. make functions of the draw section, the game logic and the snake calculation :)
@ahmedabuharthieh5798 ай бұрын
Part 2 is up now :)
@pris_yt76989 ай бұрын
Nice, will show my son
@omarsaquarium81789 ай бұрын
Thank you!! Something fun! now I start working on my first beginner C project!
@ahmedabuharthieh5799 ай бұрын
Have fun!
@HumanoidTyphoon919 ай бұрын
would be cool to see the scoring system, clashing, colors, etc... (basically, completing the game as you demoed in the beginning of the video).
@ahmedabuharthieh5799 ай бұрын
Good to hear, I may make a follow up some time soon!
@ahmedabuharthieh5799 ай бұрын
For now, you can take a look at the link in the description to see how I implemented all of the things you mentioned.
@ranaayyash90219 ай бұрын
Very useful video
@hendburgila4152 ай бұрын
Keep the good work!!
@ДимаПетров-н3ц7 ай бұрын
Good, bro, you going great
@dhirajdrj62929 ай бұрын
great video brother please make more video
@ahmedabuharthieh5799 ай бұрын
Thank you 🙏
@paulwheatley4224Ай бұрын
Nice work!
@ahmedabuharthieh579Ай бұрын
Thank you!
@thehady19 ай бұрын
Great vid.did you configure your neovim yourself i would love to have it
@ahmedabuharthieh5799 ай бұрын
I configured mine following this video kzbin.info/www/bejne/rWjMZZSjhMStl6c
@AliHasan-t3gАй бұрын
Can anyone tell me how to set this up in windows, all the libraries and stuff
@sinewaveaddict9 ай бұрын
Very cool man, where is the curses header file?
@ahmedabuharthieh5799 ай бұрын
The curses library has to be downloaded from their webpage. In linux you can just run the commands I showed to get it, but on windows its a bit more involved
@boomboom_ba6 ай бұрын
cool !! thanks!
@Walking_W9 ай бұрын
WHAT ONLY 35 SUBS??? shout me out when u get famous bro, i thought u had 200k. Im def subbed.
@ahmedabuharthieh5799 ай бұрын
Lol much appreciated man! 😅
@Walking_W9 ай бұрын
@@ahmedabuharthieh579 bro ur my new favorite youtuber, haha😬😭😅
@KaloAk-h9oАй бұрын
which keyboard you use your keyboard sound mmmmm.......
@mdyeasinkhan83796 ай бұрын
Which code editer is it?
@ahmedabuharthieh5796 ай бұрын
The editor is called neovim
@MrDemon-lq6fh2 ай бұрын
Bro can you tell me where did you learn C language from?
@ahmedabuharthieh5792 ай бұрын
The book, "The C programming Language" is a good way to learn the basics of C, assuming you have some base understanding of programming. If not, I would start with this online book, which helps you develop a good base in programming with python. inventwithpython.com/invent4thed/
@KshitizShrestha-kf9eq5 ай бұрын
which software to use this code?
@ahmedabuharthieh5795 ай бұрын
The editor is neovim with some plugins
@CST_77Ай бұрын
Which os and software???
@ahmedabuharthieh579Ай бұрын
Running on Ubuntu (WSL), but the game should compile and run on any system. The editing software is Neovim with some plugins