Skip to content

TheRealPercival/Avalon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avalon

This is an online version of Don Eskridge's Avalon: Big Box Edition. It involves some house rules and features that make it different from the original game, but most of the original game mechanics are the same.

Project Structure

client/

The frontend client is a Next.js application written in TypeScript configured to work as a progresive web app.

server/

Our websocket server is also written in TypeScript and uses the Socket.IO library to enable real-time bidirectional communication between the clients and the server.

shared/

We have a shared directiory we use to share TypeScript types and other resources between both applications to ensure consistent type references.

About

An online version of Don Eskridge's Avalon: Big Box Edition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors