About 50 results
Open links in new tab
  1. Java simple game - guess the word - Code Review Stack Exchange

    Mar 12, 2019 · I developed a simple and short java game in which a random word is selected and the user needs to guess it's letters one after another. I'm a java beginner so I'll be glad to hear …

  2. Simple OOP Blackjack game in Java - Code Review Stack Exchange

    Oct 9, 2018 · I've created a relatively simple Blackjack game in java. The reason why I decided to do this specific project was to improve my object orientated programming in java. I will post my …

  3. java - Very Simple UNO Game - Code Review Stack Exchange

    Apr 4, 2016 · I made a simple text-based UNO game in Java. It lacks some features of the original game, but it's good enough for now. I'm new to Java, so I would like to receive as much …

  4. java - Simple Blackjack game in console - Code Review Stack …

    Sep 4, 2017 · The Game class here could be in charge of finding out what the game state is from the BlackJack object, and then calling the corresponding view method from the BlackJackView …

  5. java - Simple Mastermind game - Code Review Stack Exchange

    May 7, 2014 · Nothing wrong with copy-pasting. You should take advantage of code that other people wrote as much as possible. The problem with copy-paste is multiple copies of the same …

  6. java - Very simple Hangman game - Code Review Stack Exchange

    Jul 1, 2015 · Does this code follow standard conventions, not redundant? How I can make it more comprehensible for other people? It's an exercise from the Java introductory book: Write a …

  7. Simple text-based RPG in Java - Code Review Stack Exchange

    May 31, 2017 · Code. keep in mind that String.charAt() will give you unexpected results if you have to use exotic charsets (see this discussion). consider a simple return rather than …

  8. java - Simple Connect Four Game With GUI added - Code Review …

    Aug 18, 2019 · The most major edit I created for the game was that I created a GUI for this game. From looking at the code, are there any suggestions on how I can improve my coding ability in …

  9. java - simple two players dice throwing game - Code Review Stack …

    Apr 19, 2016 · The aim of the Dice Throwing Game is to simulate a simple game for 2 players, where they take turn to each roll a dice twice, and score points according to the results of the …

  10. Simple Java Solitaire / Patience card game - Code Review Stack …

    Sep 9, 2022 · I made a simple Patience/Solitaire card game. The cards don't use images but JLabels and JPanels. The game is finished when all cards are on their suit piles. Card …

Refresh