Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanmanuelramallo/haxlaton
Display match recordings
https://github.com/juanmanuelramallo/haxlaton
haxball
Last synced: about 2 months ago
JSON representation
Display match recordings
- Host: GitHub
- URL: https://github.com/juanmanuelramallo/haxlaton
- Owner: juanmanuelramallo
- Created: 2022-02-27T16:14:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T14:08:44.000Z (over 1 year ago)
- Last Synced: 2024-04-30T04:47:41.125Z (8 months ago)
- Topics: haxball
- Language: JavaScript
- Homepage:
- Size: 401 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# Haxlaton
[![CI](https://github.com/juanmanuelramallo/haxlaton/actions/workflows/ci.yml/badge.svg)](https://github.com/juanmanuelramallo/haxlaton/actions/workflows/ci.yml)
[![Haxball client](https://github.com/juanmanuelramallo/haxlaton/actions/workflows/haxball_client.yml/badge.svg)](https://github.com/juanmanuelramallo/haxlaton/actions/workflows/haxball_client.yml)A server where the results of www.haxball.com matches will be stored. In Haxball you should configure a bot that will communicate with this server (check https://github.com/juanmanuelramallo/haxlaton/tree/master/lib/haxball_client for further references about the bot code)
## Setup
### ENV vars
Create a file `.env` and add `HOST_NAME=` entry. This is the actual host name where the app is run (i.e. haxlaton.dokku.1ma.dev)### Install
Execute the next commands:
```sh
bundle install
yarn install
bundle exec rake assets:precompile
bundle exec rails db:setup
bundle exec rails db:migrate
```## Run the server
Now you're ready to get the server up and running
```sh
bundle exec rails s
```## Haxball client
Run the server, create a room and follow the instruction to get the haxball client script.