This is the Game Center Application, a web-based app that supports game center and workshop modes.
- Dynamic loading of HTML content for different modes (Game Center or Workshop).
- Configuration via JSON settings.
- Logging utilities for debugging.
- Clone the repository using the following terminal command:
git clone https://github.com/masonchenus/iGame-center.git - Run
npm installto install dependencies.
- To start the application:
npm start - To run tests:
npm test
Testing files are located in src/Testing Files/.
The tests ensure all code functionality works correctly, covering:
- Main application logic in
src/main.js - Utility functions in
src/Shared/utils.js
Run tests with:
npm testOR:
npm run testsrc/main.js: Main application entry point.src/Shared/utils.js: Utility functions.src/Config/AppSettings.json: Application settings.src/Core/: HTML files for different modes.src/Testing Files/: Test files.
- : If you encounter any errors during installation or usage, please check your Node.js version and try reinstalling dependencies. If the issue persists, feel free to submit a pull request on my "Issues.txt" file. and I will accept it and ask bots to fix it.
- If you have any questions about this project, please contact me. [email protected]