Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qwertydelle/valgm

A single-player esport simulation game about valorant esports. Implemented entirely in client-side JavaScript.
https://github.com/qwertydelle/valgm

esports game javascript valorant web

Last synced: 18 days ago
JSON representation

A single-player esport simulation game about valorant esports. Implemented entirely in client-side JavaScript.

Awesome Lists containing this project

README

        

# Valorant GM Alpha

A single-player esport simulation game about the game valorant. Make trades, set rosters, draft
rookies, and try to build the next VCT Champion winning team. The game is implemented entirely in client side JavaScript, backed by IndexedDB. This game is a fork of LOL GM by Jeremy Scheff.

## Installing and Running

### Prerequisites:

- Node
- [https://nodejs.org/en/](https://nodejs.org/en/)
- Make
- [https://www.gnu.org/software/make/](https://www.gnu.org/software/make/)
- Global install of Node-minify
- [https://www.npmjs.com/package/node-minify](https://www.npmjs.com/package/node-minify)

### 1. Building

```bash
git clone https://github.com/qwertydelle/valgm.git
cd valgm
npm install
make
```

### 2. Running

```bash
cd valgm
node server.js
```