Go to file
Malin Freeborn e1024bf7bc
update to godot 4
2024-06-09 20:37:12 +02:00
Mechanics make show of all markdown files 2024-06-09 15:57:49 +02:00
World write order vs chaos 2024-05-29 00:14:40 +02:00
fishtank.wiki@1e2414dc20 add wiki 2024-06-09 20:26:36 +02:00
src update to godot 4 2024-06-09 20:37:12 +02:00
stats clarify ooze (he's still opaque) 2024-06-05 01:20:36 +02:00
.gitattributes starting godot project 2024-06-09 17:02:10 +02:00
.gitignore add godot to gitignore 2024-06-09 19:31:10 +02:00
.gitmodules add wiki 2024-06-09 20:26:36 +02:00
Makefile make godot-install target 2024-06-09 18:11:54 +02:00
README.md note godot version 2024-06-09 20:30:04 +02:00
overview.md write order vs chaos 2024-05-29 00:14:40 +02:00
parse.sh adjust files to allow more auto-generation 2024-06-09 15:28:45 +02:00

README.md

Let's make a game, and start small.

Plan

  1. Step 1: Make a 0-player fish-tank, full of goblins.
  2. idk, C libraries, probably.
  3. Multiplayer map, distributed with consensus algorithm.
  4. Worldwide, serverless, MMORPG.

Read the overview.

Check the wiki.

Dependencies

  • godot 4.2
  • texlive
    • amsmath
    • amssymb
    • graphicx
    • inputenc
    • fontend
    • textcomp
    • lmodern
    • hyperref
  • lowdown
  • graph-easy

Godot Note

If your graphics card does not support vulcan, you may need to start godot like this:

godot --rendering-driver opengl3

Git Large File Server

Git's large-file-server (LFS) lets you track your fat binary files, without making the repository bloated and awful for everyone else in the future.

If you want to track 'jpg' files, you can track them like this:

git lfs track "*.jpg"