This repository contains a Match Simulation project, which is divided into two main parts: the backend (C++) and the frontend (Vue.js with Electron).

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-19 21:00:02

This repository contains a Match Simulation project, which is divided into two main parts: the backend (C++) and the frontend (Vue.js with Electron).

Originally, this match simulation system was part of a larger concept for a football manager game. Although the direction of the football manager game has changed, the core mechanics of this match simulation remain and will play a crucial role in the full project, which is still under development.

The backend is written in C++ and handles the match simulation logic. It utilizes websockets for two-way communication with the frontend.

The frontend is built using Vue.js and Electron, offering a desktop application where users can interact with the match simulation.

This simulation is part of a larger football manager project that is currently under development. While the scope of the original project has changed, the simulation mechanics developed here will be used in new ways as the football manager game evolves.

Leave a Comment