Émulateur collaboratif pour patienter dans le B00
Find a file
2021-11-03 23:27:11 +01:00
.vscode refactor: moved most constants to settings.py 2021-11-03 21:46:19 +01:00
docs feat: added a logo to the gitlab repo 2021-11-02 21:35:10 +01:00
mgba@a997e2b6dc feat: added mgba submodule 2021-11-01 12:53:47 +01:00
src feat(emulator): added a bunch of flags to ffmpeg to reduce latency 2021-11-03 23:27:11 +01:00
.editorconfig fix(CI): compacted the linting stage 2021-11-02 21:39:50 +01:00
.flake8 init: flake8 2021-10-30 13:29:10 +02:00
.gitattributes init: gitattributes 2021-10-30 12:51:26 +02:00
.gitignore refactor: moved most constants to settings.py 2021-11-03 21:46:19 +01:00
.gitlab-ci.yml fix(CI): compacted the linting stage 2021-11-02 21:39:50 +01:00
.gitmodules feat: added mgba submodule 2021-11-01 12:53:47 +01:00
.pre-commit-config.yaml chore: added bandit to lint 2021-11-01 14:54:22 +01:00
CONTRIBUTING.md chore: added CONTRIBUTING.md 2021-11-01 18:43:34 +01:00
LICENSE chore: Add LICENSE 2021-11-01 13:45:13 +00:00
poetry.lock refactor(emulator): now using redis to get votes 2021-11-03 20:41:42 +01:00
pyproject.toml refactor(server): now using redis to store votes 2021-11-03 19:27:11 +01:00
README.md refactor: moved most constants to settings.py 2021-11-03 21:46:19 +01:00

B00 plays GBA

Built with

Getting started

Prerequisites

Poetry should manage every dependencies for you.
It is recommended to use VS Code with these extensions :

Installation

Clone the repository :

git clone git@git.inpt.fr:fainsil/booplaysgba.git --recursive

Build the mGBA python bindings:

cd booplaysgba
mkdir mgba/build
cd mgba/build
cmake -DBUILD_PYTHON=ON -DBUILD_QT=OFF -DBUILD_SDL=OFF ..
make

Install the dependencies :

poetry install

Usage

To run locally the server :

python3 src/server.py

To run locally the emulator :

python3 src/emulator.py

To access the remote controller :

firefox src/client.py

Contributing

This repository is under the Contributing Covenant code of conduct. See CONTRIBUTING.md for more information.
Please use conventional commits.

License

Distributed under the MIT license. See LICENSE for more information.

Contact

Laurent Fainsin <laurentfainsin@protonmail.com>