36 lines
655 B
Markdown
36 lines
655 B
Markdown
Let's make a game, and start small.
|
|
|
|
Plan
|
|
====
|
|
|
|
1. Step 1: Make a 0-player fish-tank, full of goblins.
|
|
1. idk, C libraries, probably.
|
|
1. Multiplayer map, distributed with consensus algorithm.
|
|
1. Worldwide, serverless, MMORPG.
|
|
|
|
Read the overview.
|
|
|
|
Dependencies
|
|
============
|
|
|
|
- `texlive`
|
|
* `amsmath`
|
|
* `amssymb`
|
|
* `graphicx`
|
|
* `inputenc`
|
|
* `fontend`
|
|
* `textcomp`
|
|
* `lmodern`
|
|
* `hyperref`
|
|
- `lowdown`
|
|
- `graph-easy`
|
|
|
|
Godot Note
|
|
===========
|
|
|
|
If your [graphics card does not support vulcan](https://github.com/godotengine/godot/issues/58927), you may need to start godot like this:
|
|
|
|
```bash
|
|
godot --rendering-driver opengl3
|
|
```
|