Go to file
Malin Freeborn 3059cddacc
put wiki in readme
2024-06-09 18:38:43 +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
src starting godot project 2024-06-09 17:02:10 +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 pdf conversion 2024-05-29 00:41:32 +02:00
Makefile make godot-install target 2024-06-09 18:11:54 +02:00
README.md put wiki in readme 2024-06-09 18:38:43 +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

  • 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"