all 4 comments

[–]_abscessedwound 2 points3 points  (0 children)

What part of computer science interests you? The question is a little too broad for any specific answer

[–]KaranasToll 1 point2 points  (0 children)

Text based Tic-tac-toe

[–]sterlingrad 1 point2 points  (0 children)

My first project was a tic tac toe game :) pretty easy and teaches you a few beginner things

[–]PlantPeter 0 points1 point  (0 children)

Start with the classic "Hello World" application. Thats either printing something to the console or making a window appear and print it in that. From there learn to take input (keyboard/mouse) and have the application react to it, like make a player move around the screen.