Main Page: Difference between revisions

From Soccerverse Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>Wiki - Backend Game Logic</strong>
= Soccerverse Wiki =


This wiki walks through all of the backend game logic (GSP), starting at the game world's creation and the creation of its first season, all the way through a season's worth of fixtures, the end of season event and then the creation of a new season.
Welcome to the Soccerverse Wiki! This is the official documentation for Soccerverse, a football game where users can accumulate digital assets through trading decisions on club and player influence.


The match day process flow of pre-match, match and post match is walked through as well as the daily player fitness increases.
== Game Guides ==


Some source code snippets are provided in certain places to help explain the formulas that are used.
=== [[Trading, Economy and Gameplay]] ===
This comprehensive guide explains the economic foundations of Soccerverse and how trading works within the game. Topics covered include:
 
* Real Life Player Prediction Game - How player performance predictions drive value
* In-Game Social Interaction - Building networks with other users
* The Trading Side - How SVC (in-game currency) works
* Game Economy - Three perspectives on the game's economic model
* User SVC Payout Numbers - Detailed breakdown of income streams
* Game Theory - Social dynamics and stakeholder motivations
* Core Transactions - The transfer market's central role
* Future Evolution - Plans for game development
 
=== [[Backend Game Logic]] ===
This technical wiki walks through all of the backend game logic (GSP), covering the entire lifecycle of the game from creation to season progression. Topics covered include:
 
* Game World Creation - Initial setup and parameters
* Season Creation - How new seasons are established
* Competition Management - League and tournament structures
* Stadium Building and Fanbase Changes - Growth mechanics
* Player Fitness - Management and recovery systems
* Matchday Processes - Pre-match, match and post-match flows
* Cup Finals and Prizes - Tournament rewards
* End of Season Events - League prizes and seasonal transitions
 
== Quick Start ==
 
New to Soccerverse? Start with the [[Trading, Economy and Gameplay]] guide to understand the fundamentals of how the game works from a player perspective.
 
For those interested in the technical aspects and detailed game mechanics, the [[Backend Game Logic]] guide provides an in-depth look at how the game operates behind the scenes.
 
== Additional Resources ==
 
* [https://soccerverse.com Official Soccerverse Website]
* [https://discord.gg/soccerverse Soccerverse Discord]
* [https://twitter.com/soccerverse Soccerverse Twitter]
 
== Contributing to the Wiki ==
 
This wiki is a community resource. If you'd like to contribute, please contact an administrator for editing permissions.
 
'''Note:''' Information in this wiki is subject to change as the game evolves through development and updates.

Latest revision as of 18:21, 10 March 2025

Soccerverse Wiki

Welcome to the Soccerverse Wiki! This is the official documentation for Soccerverse, a football game where users can accumulate digital assets through trading decisions on club and player influence.

Game Guides

Trading, Economy and Gameplay

This comprehensive guide explains the economic foundations of Soccerverse and how trading works within the game. Topics covered include:

  • Real Life Player Prediction Game - How player performance predictions drive value
  • In-Game Social Interaction - Building networks with other users
  • The Trading Side - How SVC (in-game currency) works
  • Game Economy - Three perspectives on the game's economic model
  • User SVC Payout Numbers - Detailed breakdown of income streams
  • Game Theory - Social dynamics and stakeholder motivations
  • Core Transactions - The transfer market's central role
  • Future Evolution - Plans for game development

Backend Game Logic

This technical wiki walks through all of the backend game logic (GSP), covering the entire lifecycle of the game from creation to season progression. Topics covered include:

  • Game World Creation - Initial setup and parameters
  • Season Creation - How new seasons are established
  • Competition Management - League and tournament structures
  • Stadium Building and Fanbase Changes - Growth mechanics
  • Player Fitness - Management and recovery systems
  • Matchday Processes - Pre-match, match and post-match flows
  • Cup Finals and Prizes - Tournament rewards
  • End of Season Events - League prizes and seasonal transitions

Quick Start

New to Soccerverse? Start with the Trading, Economy and Gameplay guide to understand the fundamentals of how the game works from a player perspective.

For those interested in the technical aspects and detailed game mechanics, the Backend Game Logic guide provides an in-depth look at how the game operates behind the scenes.

Additional Resources

Contributing to the Wiki

This wiki is a community resource. If you'd like to contribute, please contact an administrator for editing permissions.

Note: Information in this wiki is subject to change as the game evolves through development and updates.