-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from WHS-Dev-Team/v.1
remove useless
- Loading branch information
Showing
3 changed files
with
34 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
# Senior-Assassination-WHS | ||
|
||
Senior Assassination is a game where you are a student at Wheeling High School and you are trying to kill your classmates. You can do this by using a variety of weapons and items. You can also use your classmates to kill other classmates. The goal of the game is to be the last student standing. | ||
Senior Assassination is a game where you are a student at a High School and you are trying to kill your classmates. You can do this by using a variety of weapons and items. You can also use your classmates to kill other classmates. The goal of the game is to be the last student standing. And of course, there is a prize pool. | ||
|
||
# Installation | ||
To install the game, you will need to download the game files from the GitHub repository. You will need the following requirements to run the game: | ||
``` | ||
- Node.js (LTS) | ||
- npm (Node Package Manager) | ||
- MongoDB and MongoDB Compass | ||
``` | ||
|
||
# Database Setup | ||
You will need to also set up a MongoDB database to store the game data. You can do this by creating a new database in MongoDB Compass and then setting up the database connection in the `mongoconnect.cjs` file. You will need to replace the `uri` variable with your own MongoDB connection string. | ||
|
||
|
||
# Running the Game Locally | ||
To run this game locally, you will need to run the following commands in the terminal: | ||
``` | ||
npm run first-time | ||
``` | ||
This will install all the necessary packages and dependencies for the game to run. Then to start the game, run the following command: | ||
``` | ||
npm run start | ||
``` | ||
|
||
# Running the Game Online | ||
To run this game online, you will need a web server to host the game. You can use a service like Heroku to host the game. Once you have a web server set up, you need to connect it to a working domain to host the game. Occe you have the domain, you can run the auto deploy script to deploy the game to the web server. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.