GitXplorerGitXplorer
n

MeBatifolage-scanning

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
d6b1f684b7d748f824773c0f47bd606bd2bf08cb

Update readme.md

nndegheselle committed 5 months ago
Unverified
9927dc1f1d9d6c367b1df497ba1da23d4d5ba24e

Added live preview

nndegheselle committed 5 months ago
Unverified
02231ab9b710e41c48f983ac05fa29bc3c33e27e

Renamed project and added readme.md

nndegheselle committed 5 months ago
Unverified
e0b39d36a5cd5b5f54b695fc22b8852e42aa760f

Fix actors not updating and SignalR crash with MAUI

nndegheselle committed 5 months ago
Unverified
26f4168ec15fc69ba5fd91c55959eb9b316cf8d6

Added score animation

nndegheselle committed 5 months ago
Unverified
7ac49b16eaf27be8e94f56f79a6979bfe04d1c47

Fix shoot flow and connection

nndegheselle committed 5 months ago

README

The README file for this repository.

MeBatifolage - scanning

Huh, these barcode reader can scan pretty far away ! You could do some laser tag with this professional equipement ...

Maui mobile application used on Zebra TC27 barcode scanner to shoot people and have fun while doing so :)

Description

Register an Id by scanning it, shoot some other player QR code, score !

  • Real time score system
  • Real time player state
  • Connection lifecycle handling (connection, deconnection, ...)

Getting Started

Dependencies

  • Created with Visual studio Community 2022 (64 bits) Version 17.8.4
  • Require .NET Desktop development workload installed
  • Require .NET Maui workload installed

Executing program

  • Start the project MeBatifolage.Api and expose it on the network.
  • Adapt the url of the api in MeBatifolage.App.MauiProgram.cs :
...
builder.Services.AddSingleton<GameHubClient>((provider) => new GameHubClient("https://recette-wms.3magroup.com/game"));
...
  • Start MeBatifolage.App on a Zebra device that allow scanning.

Acknowledgments

Use :