|
| 1 | +# Valorant Agent Randomizer |
| 2 | +### Introduction |
| 3 | +I play valorant quite often. Sometimes when I play replication I am unable to |
| 4 | +decide which agent I want to play. For that I used to use a random number generator, |
| 5 | +but the problem with it is I have to count from 1 to 19 which agent was selected |
| 6 | +by the randomizer. It was quite a tedious task. So I decided to make an app to |
| 7 | +solve that problem with some extra quality of life features. I will try to make |
| 8 | +it better over time by keeping it up to date and fixing any bugs that I notice |
| 9 | + or are brought to my attention. |
| 10 | +## Usage |
| 11 | +To use this application you simply have to download it from the **Releases** section |
| 12 | +on Github and download the latest version. |
| 13 | +### Application requirements |
| 14 | +The app requires a minimum of Android API 26. This means the app will run on |
| 15 | +devices running Android 8.0 (Oreo) or above. |
| 16 | +## Project setup |
| 17 | +To set up this project on your own machine open terminal or command prompt. Enter |
| 18 | +this command on the terminal or command prompt (You must have git installed and |
| 19 | +set up the device) |
| 20 | + |
| 21 | +``git clone https://github.com/NavjotSRakhra/ValorantAgentRandomizer.git`` |
| 22 | + |
| 23 | +Alternately you can also click on the green code button and download the project |
| 24 | +as a ZIP |
| 25 | + |
| 26 | +### Technologies used |
| 27 | +This project was build using OpenJDK 11 and Android SDK 31. It has been tested on Samsung A21s. |
| 28 | + |
| 29 | +## Credits |
| 30 | +The app icon was taken from https://www.vecteezy.com |
| 31 | + |
| 32 | +# License |
| 33 | +MIT License |
| 34 | + |
| 35 | +Copyright (c) 2022 Navjot Singh Rakhra |
| 36 | + |
| 37 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 38 | +of this software and associated documentation files (the "Software"), to deal |
| 39 | +in the Software without restriction, including without limitation the rights |
| 40 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 41 | +copies of the Software, and to permit persons to whom the Software is |
| 42 | +furnished to do so, subject to the following conditions: |
| 43 | + |
| 44 | +The above copyright notice and this permission notice shall be included in all |
| 45 | +copies or substantial portions of the Software. |
| 46 | + |
| 47 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 48 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 49 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 50 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 51 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 52 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 53 | +SOFTWARE. |
0 commit comments