Hello, can anyone help me create a simple spaceshpi game? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hello, can anyone help me create a simple spaceshpi game?

The game contains a spaceship that has to go from one planet to anothr through some obstacles.

8th Feb 2018, 9:03 PM
Rikard Gjomarkaj
2 Answers
0
See SFML. Much easier to code with and 100% free. There are online tutorials and videos everywhere for most platforms. Nobody can give you code because it is too much to fit in a post. Here's the official tutorial page for 2.4: https://www.sfml-dev.org/tutorials/2.4/ Note: It doesn't wipe your bottom, but it'll equip you with the knowledge. This is the easiest 2D library for C++ (and others through bindings) ever.
8th Feb 2018, 11:13 PM
non
- 1
Here’s something to help you out: https://www.codeproject.com/Articles/479562/Fighter-Space-Ship-Game Good luck and happy coding!
8th Feb 2018, 9:16 PM
luciel
luciel - avatar