diff --git a/README2.md b/README2.md new file mode 100644 index 0000000..a4230d6 --- /dev/null +++ b/README2.md @@ -0,0 +1,86 @@ +# 24q4-team2 Capstone Project(Number Guessing Game) + +# numMeCrazy + +### Our App +The numMeCrazy Game is an exciting and interactive project where players can enjoy a simple number-guessing game in either solo or dual mode. By following the project plan and adhering to best practices in design and development, we aim to deliver an engaging, functional, and well-documented game experience. The combination of randomness, difficulty scaling, and AI interaction makes it a fun challenge for players to test their number-guessing skills. + + +### Technologies and Server-side tools used: + +* Spring Boot 3.2.2 +* JDK 17 +* SQLITE Database +* Tomcat/10.1.18 +* FLY.IO +* Docker +* React Vite +* Gradle + +### Issues and Improvements +#### Known Issues +* Missing Mobile-Friendly Features +#### How to Improve +* Incorporating more front-end styling into this game, It will significantly enhance the user experience + +### Installation Instructions +Go to IDE terminal/mac terminal. + +### Backend: +1. Clone the repository: + + * git clone https://github.com/code-differently/24q4-team2/tree/main/guessing-game-v2 + * cd guessing-game-v2 + +2. Build the application and run: + + * gradle build + * gradle run + +### Frontend: +1. Navigate to the directory: + + * cd guessing-game-v2/frontend + +2. Install dependencies and run: + + * npm install + * npm run dev + +Here is the link Frontend: http://localhost:5173/ + + + + +### Credits + +* Animations: Created using CSS +* Database Management API: Powered by SQLITE +* Deployment: Hosted on FLY.IO +* App Details: Frontend - React, Styling CSS, Backend - Java. + + + + +### Project Diagram: + + + + + + + + + + + +### The Team + + + contrib.rocks image + + + +#### (members of Team2 and Anthony Mays) + + diff --git a/images/Figma!.png b/images/Figma!.png new file mode 100644 index 0000000..de8f33a Binary files /dev/null and b/images/Figma!.png differ diff --git a/images/HomeScreen.png b/images/HomeScreen.png new file mode 100644 index 0000000..af7fe30 Binary files /dev/null and b/images/HomeScreen.png differ diff --git a/images/PlayScreen.png b/images/PlayScreen.png new file mode 100644 index 0000000..1c4d43e Binary files /dev/null and b/images/PlayScreen.png differ diff --git "a/images/Screenshot 2024-11-11 at 10.06.48\342\200\257AM.png" "b/images/Screenshot 2024-11-11 at 10.06.48\342\200\257AM.png" deleted file mode 100644 index ab76334..0000000 Binary files "a/images/Screenshot 2024-11-11 at 10.06.48\342\200\257AM.png" and /dev/null differ