A clone of airboardgame github, to ciappinate new components.
Find a file
2023-01-17 16:41:08 +01:00
.github/workflows Switch to railway 2022-10-25 00:01:20 +02:00
backend Switch to railway 2022-10-25 00:01:20 +02:00
cypress Fix minor thing about move 2022-10-17 11:56:06 +02:00
docs Add multi-board feature (#395) 2022-01-31 16:53:22 +01:00
public Added bag game component. 2023-01-17 16:41:08 +01:00
src Added bag game component. 2023-01-17 16:41:08 +01:00
.env.dist Allow audio and video webconf (#394) 2022-01-20 21:39:10 +01:00
.eslintrc.js Configure linting for switch 2021-04-14 22:20:53 +02:00
.gitignore modificato .gitignore 2023-01-17 16:41:05 +01:00
.nvmrc Improve documentation (#392) 2022-01-16 20:33:58 +01:00
.prettierrc Change single quote for double quote 2020-06-18 20:57:28 +02:00
checkConfig.mjs Add check config command (#393) 2022-01-18 22:47:27 +01:00
cypress.json Add e2e tests to ci 2020-07-12 22:06:14 +02:00
i18next-scanner.config.js Update translations 2021-08-29 14:27:18 +02:00
index.html Update logo and favicon (#378) 2021-10-17 14:49:30 +02:00
LICENSE.md Improve documentation (#392) 2022-01-16 20:33:58 +01:00
package-lock.json Upgrade to last ricochetjs with ESM supports 2022-10-17 11:56:06 +02:00
package.json Upgrade to last ricochetjs with ESM supports 2022-10-17 11:56:06 +02:00
README.md Improve documentation (#392) 2022-01-16 20:33:58 +01:00
vite.config.js Add source map 2022-10-17 11:56:06 +02:00

Air board game - the free online tabletop simulator

Join us on Discord - Discord

If you just want to play, go here.

  • Choose a game
  • Share the link with your friends
  • Play together

Simple, fast and efficient.

No need to create an account, choose a game from the list (or create yours) share the displayed link with your friends by mail or any channel you have in common and wait for your friends to join you.

A tabletop simulator ?

In action

Airboardgame is a tabletop simulator to play your favorite board games with your friends online. It's not a game engine, it's just a tabletop simulator of what you can do with a real table. You share a common space with other players like if you were is the same room. If you move something or if you flip a card, other players see this action and can respond in real time.

Hint: you really should use an audio conference application to speak with other players.

Airboardgame doesn't force you, you make the rules. Airboardgame is just a game table simulator : what you would do with a real table you can/must do it with Airboargame.

Features for players

Flip card items.

Load and save

Tap items.

Load and save

Flip cards only for you, like hand cards.

Load and save

See other players cursor on the shared board and how they move in real time. You can show things, see what they are doing, …

Load and save

Save and restore game.

Load and save

and more…

Game designer, it's also for you

Airboardgame is not only designed to play games but also to create them. In just few minutes you can create simple games without any development skills and play with your friends.

You want to test a concept? Try a print & play game? You can use Airboardgame without the need for more hardware.

The only limit is your imagination.

To access this features, login then click on the « Create new game » button on home page.

We want Airboardgame to be simple, intuitive web application. Just give a try and if you like it share it and contribute.

You can create a game with simple actions :

  • Create items like
    • Round,
    • Rectangle,
    • Dice,
    • Note,
    • Counter,
    • Image that can represent cards, board, token, perks, …
    • Pre-made items
  • Choose board size
  • Add available items not on the board but in the "game box" like extension or material for more user.

You can drag'n'drop image from your desktop to the board to use them in Airboardgame.

Technical details

  • Open source web application,
  • Made with React and Socket.io,
  • Use Recoiljs as state management,
  • Client to client driven architecture,
  • Use Ricochet.js as backend framework.

Developper documentation