cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Suggestions in making a simple game in c
Suggestions in making a simple game in c++?
Feb 24, 2014 at 12:24pm UTC
adriyel
(39)
Hi guys. Just wondering, can any of you guys suggest a simple 2D game that I can do in c++? I'm gonna be using data structures, recursion, and other more concepts in my game. I don't need a code, just some suggestions. Thank you. :)
Feb 24, 2014 at 12:37pm UTC
MiiNiPaa
(8886)
Tetris
adryel
wrote:
I'm gonna be using data structures,
recursion
,
Do not use features you don't actually need. Recursion is rarely used in C++ and without proper measures can lead to all sorts of errors.
Feb 24, 2014 at 12:39pm UTC
adriyel
(39)
Oh alright. Thanks for the tip. :) Any simple 2D game suggestions though? :)
Feb 24, 2014 at 12:47pm UTC
MiiNiPaa
(8886)
Do you want it to be console or you will use some graphic library?
Console: Tetris, Sokoban
Graphic: Arcanoid, Battlecity
Topic archived. No new replies allowed.