Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ thuedc-25 Public archive

Platform for the 25th Tsinghua University Electronic Design Competition

License

Notifications You must be signed in to change notification settings

thuasta/thuedc-25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thuedc-25

Platform for the 25th Tsinghua University Electronic Design Competition

Install

This platform does not require installation. Just download and extract the host from releases.

Usage

  1. Run the host program.

  2. Visit https://thuasta.github.io/thuedc-25/viewer.

  3. Connect to the host program.

Configuration

When first running the host, 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

Ask questions by creating an issue.

PRs accepted.

License

GPL-3.0-only © Student Association of Science and Technology, Department of Automation, Tsinghua University

About

Platform for the 25th Tsinghua University Electronic Design Competition

Resources

License

Stars

Watchers

Forks