Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit bbfb8b3

Browse files
author
BuildTools
committed
Merge branch 'master' of https://github.com/commandblox/Splotch
2 parents 393005d + ee7defa commit bbfb8b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Splotch
22

33
![Total lines of code in master :)](https://tokei.rs/b1/github/commandblox/splotch?category=lines)
4+
![GitHub repo size](https://img.shields.io/github/repo-size/commandblox/Splotch?style=plastic)
5+
![GitHub Release](https://img.shields.io/github/v/release/commandblox/Splotch?style=plastic&label=latest%20release)
46

57
Splotch is a mod loader for the game Bopl Battle. It runs on [Doorstop](https://github.com/NeighTools/UnityDoorstop) and [HarmonyX](https://github.com/BepInEx/HarmonyX).
68

@@ -9,3 +11,18 @@ Extract the [latest release](https://github.com/commandblox/Splotch/releases/lat
911

1012
## Mod creation
1113
Clone my [template mod](https://github.com/commandblox/Splotch-Mod-Template) to get started. More info on the [wiki](https://github.com/commandblox/Splotch/wiki/Mod-Development).
14+
15+
## Roadmap
16+
- Mod loading
17+
- [x] Basic functionality
18+
- [x] Loading from zip files
19+
- [ ] Mod dependencies
20+
- APIs
21+
- [x] Event API (More events are needed)
22+
- [ ] BGL (Bopl Graphics Lib) (in progress)
23+
- [ ] Ability API (in progress)
24+
- [ ] Networking Lib
25+
- Other features
26+
- [x] A general utility class
27+
- [ ] BepInEx compatibility (in progress)
28+
- [ ] Built-in mod manager

0 commit comments

Comments
 (0)