Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/navjotsrakhra/valorantagentrandomizer

Application to pick a random valorant agent
https://github.com/navjotsrakhra/valorantagentrandomizer

agent android android-application androidapp random valorant

Last synced: 1 day ago
JSON representation

Application to pick a random valorant agent

Awesome Lists containing this project

README

        

# Valorant Agent Randomizer
### Introduction
I play valorant quite often. Sometimes when I play replication I am unable to
decide which agent I want to play. For that I used to use a random number generator,
but the problem with it is I have to count from 1 to 19 which agent was selected
by the randomizer. It was quite a tedious task. So I decided to make an app to
solve that problem with some extra quality of life features. I will try to make
it better over time by keeping it up to date and fixing any bugs that I notice
or are brought to my attention.
## How to download
[Click here](https://github.com/NavjotSRakhra/ValorantAgentRandomizer/releases/download/v1.1.7/Valorant.Agent.Randomizer.v1.1.7.apk) to download the latest version Or to use this application you simply have to download it from the **Releases** section
on Github and download the latest version.
### Application requirements
The app requires a minimum of Android API 26. This means the app will run on
devices running Android 8.0 (Oreo) or above.
## Project setup
To set up this project on your own machine open terminal or command prompt. Enter
this command on the terminal or command prompt (You must have git installed and
set up the device)

``git clone https://github.com/NavjotSRakhra/ValorantAgentRandomizer.git``

Alternately you can also click on the green code button and download the project
as a ZIP

### Technologies used
This project was build using OpenJDK 11 and Android SDK 31. It has been tested on Samsung A21s.

# License
MIT License

Copyright (c) 2022 Navjot Singh Rakhra

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.