Should I Make A Game In C or C++?

TechyGuy

TechyGuy

@techyguy-O1Xtd9 Oct 25, 2024
Can i make a game, not necessarily of high graphics , but in pure C language. if yes, how?please guide me. 😒

or
👍

should i make it in C++. how to start and finish a complete workable and interesting game.

please help me.

😉
your help would be appreciated.
Thanks.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jul 24, 2012

    Yes, you can. Guiding would be tad difficult because we've nothing to start with. Why not start by 1. Deciding the game you want to develop 2. Sharing the code you've attempted on your own.

    If you are new, I'd recommend starting with a simple tic-tac-toe game.
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Jul 24, 2012

    You may choose C++ for two reasons - 1. A lot of games are programmed in C++.
    2. It is a goo idea to master C++.
    But, writing games in C is no problem. <a href="https://en.wikipedia.org/wiki/Quake_II" target="_blank" rel="noopener noreferrer">Quake Ii</a> I've heard is written purely in C, so there should be no more problem writing it in C, if you're good in it, than in C++.
    In fact, you can do simple text based game like this in every programing language. Even pascal, basic or x86 assembler :]
  • deepu11111111

    deepu11111111

    @deepu11111111-Vg940z Jul 25, 2012

    Yes you can.
    I will give a small idea . Just try to develop it . If you do not get correct our engineers will surely help you .

    By importing the <graphics.h> file u can disply stars like things (like circles dots ect ) .Put a random generator loop to display no of stars . display them for a sec. Then ask the user to enter "How many stars you had seen" . Then compare the input with the number and display right or wrong .
    Just try this....
  • meetramprasad

    meetramprasad

    @meetramprasad-2MYwYb Jul 25, 2012

    Yeah, you can but it's little bit complicated and interesting. Try to do Su Du Ko game.

    Cheers!!!
  • pareshhirpara

    pareshhirpara

    @pareshhirpara-V6c6y4 Jul 27, 2012

    Yes but it is so simpale