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

    TechyGuy

    Member

    Updated: Oct 25, 2024
    Views: 918
    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.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorJul 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.
    Are you sure? This action cannot be undone.
    Cancel
  • Ankita Katdare

    AdministratorJul 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 :]
    Are you sure? This action cannot be undone.
    Cancel
  • deepu11111111

    MemberJul 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....
    Are you sure? This action cannot be undone.
    Cancel
  • meetramprasad

    MemberJul 25, 2012

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

    Cheers!!!
    Are you sure? This action cannot be undone.
    Cancel
  • pareshhirpara

    MemberJul 27, 2012

    Yes but it is so simpale
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register