Java What are Some Fun and Easy Games to Program in Java?

  • Thread starter Thread starter mattmns
  • Start date Start date
  • Tags Tags
    Games Program
Click For Summary
The discussion revolves around suggestions for fun and easy games to program in Java, with a focus on card games like blackjack and poker. The user has experience with Sudoku and Conway's Game of Life, indicating a preference for projects that are engaging yet manageable. Recommendations include classic games such as Connect 4, Othello, and Bomberman, with an emphasis on player versus CPU dynamics. The user expresses interest in trying out Euchre and Connect 4 next, while also considering the challenge of programming an AI for more complex games like GO. Overall, the thread highlights a variety of game ideas suitable for Java programming.
mattmns
Messages
1,121
Reaction score
5
Hello. Anybody know of any fun, and somewhat easy, games to program (I will be using Java if that matters)? I was thinking some card games, like blackjack or poker, any other ideas? To get an idea of the level of easyness I am looking for, I have made Sudoku, and Conway's Game of Life. I spent the last day or so making Sudoku and it prints a board, asks the user for a value and spot, replaces the spot with the new value, and prints the board again, also the program can check to see if a Sudoku board has a correct solution. I am mostly wanting something that would be fun and take some thought.

Thanks!
 
Technology news on Phys.org
I'm guessing it will player vs CPU rather than player vs player which kind of limits your choices because for some games (like chess) designing the AI would be very hard. I think definitely Poker is a nice one. You could also do a Mario/Sonic type of game.
 
BOMBERMAN, CHESS would be the primary too
starcraft, 9 man's something, chinese checkers
hearts, spades,euchre.

othello is probably the easiest.
 
How about Connect 4. The goal of the game is to line up 4 of the same color chips (Horizontally, Vertically or Diagonally). If you are doing it text based you could use X and O. The board could be 10x10 and you would need to parse the board each time to see if there are 4 chips next to each other.

If you want a really hard challenge write an AI player for GO.
 
Thanks for the ideas. I think I will try out Euchre and Connect 4 next, and then maybe try the others. Thanks!
 
Minesweeper
 
Learn If you want to write code for Python Machine learning, AI Statistics/data analysis Scientific research Web application servers Some microcontrollers JavaScript/Node JS/TypeScript Web sites Web application servers C# Games (Unity) Consumer applications (Windows) Business applications C++ Games (Unreal Engine) Operating systems, device drivers Microcontrollers/embedded systems Consumer applications (Linux) Some more tips: Do not learn C++ (or any other dialect of C) as a...

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
6K
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
7
Views
7K