Skip to content
Sign UpLog In
Profile icon

Sumit Tiwari

@sumitst05
Just a beginner at programming..... 👾👾👾; I am currently learning C/C++, HTML, CSS, JavaScript, Java and other languages. 😁🤓
GitHub
  • Tic_Tac_Toe

    Cover page
    Made with C++

    Tic-Tac-Toe-Game-in-C++ with invalid-input-flags for invalid data type entry from user (Program won't go nuts if a character is entered instead of an integer) and also Single / Multi - Player options.... 😁❌⭕

    Recent comments (10)
    AliEl-bana
    AliEl-bana
    4 months ago

    A good application, I like the interfacing. I have a small comment, I found a bug in the multiplayer mode, when the program asked the user to enter a char, I entered ALI. What happened? The program takes A for player1 and L for player2, you should handle it to confirm that the user should only enter a one char not a string. Keep going.

    aswanth4u
    aswanth4u
    6 months ago

    With computer its very easy to win, I think you should make it hard

    fystikxblazerr
    fystikxblazerr
    6 months ago

    amazing work! im currently trying to learn c++ and i am looking at c++ projects and this is the best one i have seen

    finlay44111
    finlay44111
    7 months ago

    In general you should avoid goto like the plague in C++. In almost all cases you can implement the functionality as a loop which is far easier to understand from a reader's point of view and you are less likely to make an error.

  • Cosmic Dodge

    Cover page
    Made with Java

    A space game created using Java, mainly using the java.awt and java.swing libraries.

    Recent comments (1)
    sumitst05
    sumitst05
    1 month ago

    Make sure to go full screen before running the repl

Repls
Community
sumitst05
sumitst05
published a Repl
1 month ago
2
Cosmic Dodge
Cosmic DodgeA space game created using Java, mainly using the java.awt and java.swing libraries.
sumitst05
sumitst05
Make sure to go full screen before running the repl 1 month ago
sumitst05
sumitst05
published a Repl
3 months ago
1
Cricket Score Sheet
Cricket Score SheetA short menu driven program that stores details of a cricket match into structs and displays it when prompted. Instructional for beginners and describes the usage of Structs in C.
sumitst05
sumitst05
published a Repl
6 months ago
5
Button
ButtonCLICK ME ; )
michaelcantu
michaelcantu
dude4 months ago
StupidProgramm1
StupidProgramm1
Wow, I really liked that transition! If you are reading this, you should definitely try this you will be amused by the results 😲1 month ago
sumitst05
sumitst05
published a Repl
7 months ago
30
Tic_Tac_Toe
Tic_Tac_ToeTic-Tac-Toe-Game-in-C++ with invalid-input-flags for invalid data type entry from user (Program won't go nuts if a character is entered instead of an integer) and also Single / Multi - Player options.... 😁❌⭕
fystikxblazerr
fystikxblazerr
amazing work! im currently trying to learn c++ and i am looking at c++ projects and this is the best one i have seen6 months ago
aswanth4u
aswanth4u
With computer its very easy to win, I think you should make it hard6 months ago