+ 2
I have learnt some programming languages.but i don't know how start making project?how to initiate?which projects should i make?
help
6 odpowiedzi
+ 3
Fabio Rocha reply plz ideas
+ 2
thanks for your reply
+ 2
I don't know what you scale beginner or intermediate ,I have 3 star ratings on codechef....plz give some ideas and how to approach.......this will be very helpful for me....and thanks for replying
+ 1
just think about something you would like to make or a problem you could solve, research what language would be best and what librarys would be useful and start coding
+ 1
I can give you some ideas. What is your programming level? beginner, intermediate or advanced?
+ 1
Try making a remake of pacman. This involves various concepts like parent classes, recursion, binary trees and other algorithms. The hardest part is creating the artificial intelligence for the ghosts. I did it once and it was a pretty good project.