diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-04-13 02:54:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 18:54:59 -0600 |
| commit | e2c19fd4bc8e5f7db8e64629491b80a63c53ee98 (patch) | |
| tree | 616962007475725799158741c69c453429a989ed /README.md | |
| parent | 2d3278d0735386c37b37691dadfaee0dd687d76d (diff) | |
use github actions instead (#605)
* Create actions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -1,4 +1,4 @@ -# Mario Kart 64 +# Mario Kart 64 This work-in-progress decompilation of Mario Kart 64 pursues historical and educational elements within the game found via taking it apart and putting it back together. Inspiration to do so not only emanates from the game's hardware and technology but also its immensely positive effects on the cultures and families of nearly every nationality. This repository does not contain assets. Compiling requires asset extraction from a prior copy of the game. @@ -11,24 +11,26 @@ It supports and builds the following versions: | mk64.eu-1.0.z64 | EUR 1.0 | a729039453210b84f17019dda3f248d5888f7690 | | mk64.eu-final.z64 | EUR 1.1 | f6b5f519dd57ea59e9f013cc64816e9d273b2329 | +status: [](https://github.com/n64decomp/mk64/actions/workflows/linux-compile.yml) + ## Progress Total progress consists of all code segments together. Game code progress consists of `main`, `ending` and `racing`. -[](https://ci.valandil.ca/job/mk64/job/master/) -[](https://ci.valandil.ca/job/mk64/job/master/) + + -[](https://ci.valandil.ca/job/mk64/job/master/) -[](https://ci.valandil.ca/job/mk64/job/master/) -[](https://ci.valandil.ca/job/mk64/job/master/) + + + -- [](https://ci.valandil.ca/job/mk64/job/master/) -- [](https://ci.valandil.ca/job/mk64/job/master/) -- [](https://ci.valandil.ca/job/mk64/job/master/) -- [](https://ci.valandil.ca/job/mk64/job/master/) -- [](https://ci.valandil.ca/job/mk64/job/master/) +-  +-  +-  +-  +-  ## Quick Start @@ -39,7 +41,6 @@ Extract assets ``` make assets -j ``` -``` make -j ``` |
