Hi C++ is my first language i am learning and i would like to start some project that involves a bit of AI and object avoidance but i have no idea where to start. My skill in C++ is pretty poor but i would like to start a small project so i have something to show my progress.
The things i would like to have in my project are
A window: that has a menu and a sidebar
the sidebar: showing objects to be placed on the window
Objects: one main object that will "walk" around and avoid or go to other objects.
this is my idea so far.
(but, i would like it to evolve in a project that involves a object which is able to learn from the user input and decides output on that. but thats for later)
can someone help me started? and is this doable with C++ alone.
I already know some win32 programming and the basics.