Readme update

This commit is contained in:
saky 2024-06-09 17:57:49 +02:00
parent 6ddb1a96be
commit b28cf3ba06
1 changed files with 4 additions and 4 deletions

View File

@ -4,9 +4,9 @@ Plan
==== ====
1. Step 1: Make a 0-player fish-tank, full of goblins. 1. Step 1: Make a 0-player fish-tank, full of goblins.
1. idk, C libraries, probably. 2. idk, C libraries, probably.
1. Multiplayer map, distributed with consensus algorithm. 3. Multiplayer map, distributed with consensus algorithm.
1. Worldwide, serverless, MMORPG. 4. Worldwide, serverless, MMORPG.
Read the overview. Read the overview.
@ -42,5 +42,5 @@ Git's large-file-server (LFS) lets you track your fat binary files, without maki
If you want to track 'jpg' files, you can track them like this: If you want to track 'jpg' files, you can track them like this:
```bash ```bash
git lfs track "*jpg" git lfs track "*.jpg"
``` ```