Go to file
Malin Freeborn 703094cfa0
add logs to gitignore
2024-07-08 12:47:04 +01: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 add npcs 2024-07-08 01:09:29 +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 logs to gitignore 2024-07-08 12:47:04 +01:00
.gitmodules add wiki 2024-06-09 20:26:36 +02:00
LICENCE.md add licence 2024-07-02 15:41:36 +02:00
Makefile place godot3 in Makefile 2024-07-02 14:10:42 +02:00
README.md change back godot version 2024-06-23 09:25:24 +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 3.2.3
  • 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"