Émulateur collaboratif pour patienter dans le B00
Go to file
2022-03-05 00:47:05 +01:00
.vscode feat: even more tasks 2022-03-04 23:45:36 +01:00
docs feat: added a logo to the gitlab repo 2021-11-02 21:35:10 +01:00
src fix: forgot to change an hardcoded path 2022-03-05 00:47:05 +01:00
.editorconfig feat: converted admin.html to Admin.svelte 2021-12-13 18:34:20 +01:00
.env refactor!wip: cleaved the emulator and websocket server 2022-03-03 22:41:13 +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: 🔥 moving svelte (frontend) stuff in their own repo 2022-01-19 21:08:59 +01:00
.gitlab-ci.yml tmp(gitlab-ci): testing docker build 2022-02-12 23:50:27 +01:00
.gitmodules refactor!wip: cleaved the emulator and websocket server 2022-03-03 22:41:13 +01:00
.pre-commit-config.yaml refactor!wip: cleaved the emulator and websocket server 2022-03-03 22:41:13 +01:00
CONTRIBUTING.md chore: added CONTRIBUTING.md 2021-11-01 18:43:34 +01:00
docker-compose.yml refactor!wip: cleaved the emulator and websocket server 2022-03-03 22:41:13 +01:00
LICENSE chore: Add LICENSE 2021-11-01 13:45:13 +00:00
README.md fix: cannot name auxillary file "redis" 2022-03-04 23:46:14 +01:00
workspace.code-workspace fix: gave names to workspaces 2022-03-04 14:21:16 +01:00

B00 plays GBA

B00 plays GBA is an interactive emulator made to entertain people during waiting phases, such as during TVn7 pre-shows.

Built with

Technologies

Tools

VSCode

Getting started

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 -DUSE_DISCORD_RPC=OFF ..
make

Install the dependencies :

cd ../..
poetry run pip install --upgrade pip
BINDIR=`pwd`/mgba/build/ LIBDIR=`pwd`/mgba/build/ poetry install

Usage

To run locally the server :

python3 src/server.py

To run locally the emulator :

python3 src/emulator.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>