Émulateur collaboratif pour patienter dans le B00
Find a file
2021-11-02 19:03:47 +01:00
.vscode feat: vscode launch config 2021-11-01 14:06:12 +01:00
mgba@a997e2b6dc feat: added mgba submodule 2021-11-01 12:53:47 +01:00
src feat: moved classes into their own file for clarity 2021-11-02 19:03:47 +01:00
.editorconfig fix: editorconfig 2021-10-30 13:28:12 +02:00
.flake8 init: flake8 2021-10-30 13:29:10 +02:00
.gitattributes init: gitattributes 2021-10-30 12:51:26 +02:00
.gitignore feat: moved classes into their own file for clarity 2021-11-02 19:03:47 +01:00
.gitlab-ci.yml chore: added bandit to lint 2021-11-01 14:54:22 +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 chore(server): doctrings 2021-11-01 21:13:01 +01:00
pyproject.toml chore(server): doctrings 2021-11-01 21:13:01 +01:00
README.md fix: added instruction on how to acces the remote controller 2021-11-01 18:58:44 +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>