Allmän information, slides och uppgifter
Nu är det dags att sätta era schackbibliotek på prov! Skapa ett repo under INDA25PlusPlus med namnet [kth_id]-gui.
Ert program ska vara grafiskt och köras i skrivbordsmiljö. För att bygga schackspelet kan ni använda något av följande bibliotek:
Det finns exempel kod på GGEZ’s hemsida som gör det lätt att komma igång.
Under [dependencies] i Cargo.toml:
namn_pa_bibliotek = { git = "https://github.com/INDA25PlusPlus/repo" }
Här är det viktigt att namnet i vänsterledet matchar det som står i Cargo.toml i bibliotek-repot.
| Du | Biblioteket du ska använda |
|---|---|
| eahla | hermanha-chess |
| hermanha | jonsh-chess |
| jonsh | julina-chess |
| julina | leben-chess |
| leben | rsoderh-chess |
| mblomst | nhg-chess |
| nhg | puhl-chess |
| puhl | rsoderh-chess |
| rsoderh | sofiefu-chess |
| sofiefu | wilmerfh-chess |
| wilmerfh | eahla-chess |