Skip to content

Commit 8955b2a

Browse files
Merge pull request #62 from brandonnorsworthy/warn-guests
Warn guests
2 parents 4c45e18 + 26cd113 commit 8955b2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+969
-1081
lines changed

README.md

+4-36
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Rust Strat Roulette
22

3-
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
4-
53
design: [Figma Design Cards](https://www.figma.com/file/l73SeO5BDi8eN1KM0nBGjJ/rust-strat-roulette?node-id=0%3A1)
64

7-
deployment: [Github Pages Deployment](https://brandonnorsworthy.github.io/rust-strat-roulette/)
8-
95
## Introduction
106

117
Picks a random event to do in the Sandbox MMO Game **Rust** developed by **Facepunch**, you can click on the wheel or click spin wheel to begin, showing you a nice animation of the style from the bandit camp casino ingame that randomly will pick a category *based off weights for each category* and then will randomly pick a event inside that category for a cool completion based wipe, to challenge yourself for some new events, or just if maybe your group cannot ever thing of what you should do.
@@ -17,25 +13,11 @@ Picks a random event to do in the Sandbox MMO Game **Rust** developed by **Facep
1713
- [Todos](#todos)
1814
- [Questions](#questions)
1915

20-
## Demo
21-
22-
<!-- ![demo gif here]() -->
23-
2416
## Contribution Guidelines
2517

26-
### Submitting a new mission
27-
28-
+ Create a new issue
29-
+ Title your issue
30-
```Mission Suggestion:<your mission name>```
31-
+ Describe what event should be added
32-
+ Completion Criteria
33-
+ Image Banner suggestion (if you have one in mind)
34-
+ label your issue with the **Mission Suggestion** label
35-
3618
### Pull Requests
3719

38-
No pull requests will be approved as this is a personal project for my portfolio. sorry
20+
No pull requests will be approved. sorry
3921

4022
## Todos
4123

@@ -48,12 +30,6 @@ Then wheel in the center would only show around the top of the whell kinda like
4830
+ red pvp
4931
+ purple roleplayer
5032

51-
2. left side will loke like the rust main menu
52-
+ spin wheel
53-
+ missions
54-
+ settings (filters and options)
55-
+ credits?
56-
5733
### Mission Screen TODOS
5834

5935
1. Learn More Button
@@ -72,16 +48,8 @@ Then wheel in the center would only show around the top of the whell kinda like
7248
### Option Screen TODOS
7349
1. options
7450
+ disable sound
75-
+ disable animation
76-
77-
2. filters:
51+
52+
2. filters:
7853
+ category adjustments (disable categories like raid or roleplayer stuff)
7954
+ change weigths (sliders maybe like if raid is too rare can make it heavier in weight to show more)
80-
+ disable events that are time based (cargo, heli, airdrops) stuff that can only happen if event is currently going on
81-
82-
## Questions
83-
84-
Easiest way for stuff pertaining to this project is open a issue
85-
86-
Reach out to me at [brandonknorsworthy@gmail.com](mailto:brandonknorsworthy@gmail.com)
87-
55+
+ disable events that are time based (cargo, heli, airdrops) stuff that can only happen if event is currently going on

private/GitHub-Mark-64px.png

-2.97 KB
Binary file not shown.

private/LI-In-Bug.png

-8.18 KB
Binary file not shown.

private/LinkedIn-64px.png

-2.47 KB
Binary file not shown.

private/paint-brush-stroke.png

-28.4 KB
Binary file not shown.

private/roulette-wheel.png

-129 KB
Binary file not shown.

private/rust logo.png

-7.78 KB
Binary file not shown.

private/strat-roulette.png

-146 KB
Binary file not shown.

private/wheel-2.png

-115 KB
Binary file not shown.

private/wheel-dummy-text-demo.png

-166 KB
Binary file not shown.

private/wheel-dummy-text.demo.psd

-7.35 MB
Binary file not shown.

private/wheel-dummy-text.psd

-1.13 MB
Binary file not shown.

private/wheel-empty.psd

-920 KB
Binary file not shown.

public/assets/TEMP/cargoship.png

-487 KB
Binary file not shown.

public/assets/img/favicon.ico

-162 KB
Binary file not shown.
-2.97 KB
Binary file not shown.
-2.47 KB
Binary file not shown.

public/assets/img/icons/Temp-64px.png

-4.38 KB
Binary file not shown.
-51.3 KB
Binary file not shown.

public/assets/img/rust-logo.png

-7.78 KB
Binary file not shown.
-281 KB
Binary file not shown.

public/assets/js/script.js

-51
This file was deleted.

public/assets/js/src/createCardHtml.js

-94
This file was deleted.

public/assets/js/src/missions.js

-166
This file was deleted.

0 commit comments

Comments
 (0)