jayneeel / Hacktober-TicTacToe

Hacktober Fest 2023
2 stars 4 forks source link
android android-studio game hacktober2023 hacktoberfest hacktoberfest-accepted java native-app sqlite

Hacktober-TicTacToe

Hacktober Fest 2023

Tic-Tac-Toe Game App

Welcome to our Tic-Tac-Toe game project! This app is built using native Java, XML, and an SQLite database. The core game logic relies on simple data structures like arrays, and we've used layout inflaters to create custom widgets.

If you're interested in contributing in or forking this repository, you'll find a straightforward yet engaging project that's perfect for learning and collaboration. We look forward to your contributions and hope you enjoy working on this classic game!

Project Organization

The project comprises five distinct packages:

auth - This package handles user signup and login functionalities.

dbhelper - In this package, you'll find all SQLite-related operations.

game - This package oversees game-related activities and logic.

home - Responsible for navigation and the main home screen.

splash - This package takes care of the app's splash screen.

Sneak Peak

Image 1 Image 2

Project To-Do List

Welcome to our project's to-do list! Here's a set of potential features and tasks that contributors can work on to enhance the project:

Contributors are encouraged to pick tasks from this list and make valuable contributions to our project.

Installation and Adding your first PR:

git clone https://github.com/jayneeel/Hacktober-TicTacToe.git
git checkout -b my-new-branch
git commit -m "Summarize the changes you have done"