+ 1
How can I start coding pacman game using c++?
I have a project it's about creating pacman game using c++ and I want to know what skills and topics do I need to know to srart coding this game .... thanks in advance.
2 Respuestas
0
Things you will need (not in a particular order):
- Decent knowledge of arrays (to store the map)
- Have a good understanding of a graphics library/framework like SFML or OpenGL
- Knowledge about path finding algorithms
- Fully understand OOP (Object Oriented Programming)
- Understanding of how AI works
and maybe a few more
0
Thanks TurtleShell ^-^