mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 01:52:43 +00:00
update readme
This commit is contained in:
parent
c1d2345587
commit
f128f520c1
1 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
sm64coopdx is an online multiplayer project for the Super Mario 64 PC port that synchronizes all entities and every level for multiple players. The project was started by the Coop Deluxe Team. The purpose is to actively maintain and improve, but also continue sm64ex-coop, created by djoslin0. More features, customization, and power to the Lua API allow modders and players to enjoy Super Mario 64 more than ever!
|
||||
|
||||
Feel free to report bugs or contribute to the project.
|
||||
Feel free to report bugs or contribute to the project.
|
||||
|
||||
## Initial Goal (Accomplished)
|
||||
Create a mod for the PC port where multiple people can play together online.
|
||||
|
|
@ -11,8 +11,9 @@ Unlike previous multiplayer projects, this one synchronizes enemies and events.
|
|||
|
||||
Interestingly enough though, the goal of the project has slowly evolved over time from simply just making a Super Mario 64 multiplayer mod to constantly maintaining and improving the project (notably the Lua API.)
|
||||
|
||||
## Lua
|
||||
sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click [here](docs/lua/lua.md) to see the Lua documentation.
|
||||
## Documentation
|
||||
|
||||
sm64coopdx is moddable via Lua, similar to Roblox and Garry's Mod's Lua APIs. To get started, click [here](docs/lua/lua.md) to see the Lua documentation. If you want to contribute to the repo, you can view the C documentation [here](docs/c/c.md).
|
||||
|
||||
## Wiki
|
||||
The wiki is made using GitHub's wiki feature, you can go to the wiki tab or click [here](https://github.com/coop-deluxe/sm64coopdx/wiki).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue