Skip to content

Aqsa30nz/java-console-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Java Console Games

This repository contains a collection of beginner-friendly Java console-based games built to practice core programming concepts.


๐Ÿ“‚ Games Included -

๐ŸŽฏ Guess The Number

  • A number guessing game where the player tries to find a randomly generated number with hints.

โŒโญ• Tic Tac Toe (New)

  • A two-player Tic Tac Toe game implemented in both:

    • Procedural approach
    • Object-Oriented Programming (OOP) with modular class design
  • (More coming soon...)


๐Ÿš€ Tech Used-

  • Java
  • Console-based input/output
  • Core programming concepts (loops, conditionals, input handling)
  • Object-Oriented Programming (Encapsulation, Modularity)

โ–ถ๏ธ How to Run

  1. Navigate to the desired game folder
  2. Compile: javac FileName.java
  3. Run: java FileName

๐Ÿ“Œ Purpose

This repository is created to:

  • Strengthen Java fundamentals
  • Practice problem-solving and logic building
  • Understand transition from procedural programming to OOP
  • Build structured and modular applications

About

A collection of beginner Java console-based games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages