Skip to content

LFGHcoder/Achi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Achi โ€” Java Console Tic Tac Toe Variant

Java GitHub last commit License: MIT

A simple Java terminal game inspired by the traditional Achi board game โ€” a 3ร—3 strategy game where two players place and slide their pieces to align three in a row.
This project demonstrates object-oriented programming, clean console UI, and modular Java design.


๐Ÿง  How to Play

  • ๐Ÿ‘ฅ Two players take turns placing three pieces each on a 3ร—3 board.
  • โž• After all pieces are placed, players slide one piece per turn along valid lines.
  • ๐Ÿ† First player to align three in a row wins!

๐Ÿš€ Run Locally

โœ… Prerequisites

  • Java JDK 8 or higher installed
  • A terminal / command prompt

โ–ถ๏ธ Compile and Run

# Compile all Java source files
javac src/*.java

# Run the game (replace MainFrame if your main class is different)
java -cp src MainFrame

About

Board-Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages