Skip to content

The official host program for Electronic Design Competition

License

Notifications You must be signed in to change notification settings

ColaWithSugar/EDCHost25

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDCHost

The official host program for Electronic Design Competition

Install

Download the latest release from here and unzip it to an empty folder.

Usage

Run EdcHost.exe to launch the program.

See API references at API documentation.

Configuration

When first running the app, a config.json file will be created under current work directory. You can edit the configurations inside it.

Here is an example:

{
    "loggingLevel": "Information",
    "serverPort": 8080,
    "game": {
        "diamondMines": [
            {
                "Item1": 1,
                "Item2": 3
            },
            {
                "Item1": 4,
                "Item2": 4
            }
        ],
        "goldMines": [
            {
                "Item1": 2,
                "Item2": 1
            },
            {
                "Item1": 4,
                "Item2": 7
            }
        ],
        "ironMines": [
            {
                "Item1": 0,
                "Item2": 1
            },
            {
                "Item1": 7,
                "Item2": 6
            }
        ]
    }
}

Contributing

If you have any suggestions or improvements, please submit an issue or a pull request.

License

GPL-3.0-only © THUASTA

About

The official host program for Electronic Design Competition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • Python 1.4%