Mercurial > touhou
view .hgignore @ 795:2d60a14f4816 default tip
python: Rewrite the main entrypoint in Rust
This lets us progressively replace Python modules with Rust ones.
Currently missing features include:
- Saving replays
- Networking code for cooperative mode
- Reading a configuration file for options
- Maybe more.
But the base game is working, so yay!
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 02 Jun 2026 19:06:16 +0200 |
| parents | 93bdc7b9df15 |
| children |
line wrap: on
line source
\.pyc$ \.pyxbldc$ \.c$ \.o$ \.so$ \.pyd$ ^build$ ^scripts$ ^Cargo\.lock$ ^target$
