Hello World
This first-party starter is the smallest deployable Vifu web game. Use it to validate the project shape before building a larger game.
Open The Starter
bash
git clone --recurse-submodules https://github.com/vifudotdev/awesome-open-source-ai-native-games
cd awesome-open-source-ai-native-games/starters/hello-webWhat It Configures
Hello World is a plain static web project:
index.htmlis the game entry.target/webis the deploy output.vifu setupdetectsengine: vanilla.- No AI, save state, or companion bridge is enabled.
The important setup values are:
json
{
"name": "hello-web"
}Deploy It
bash
vifu deployThe CLI validates the project, builds the static output, uploads it, and prints a playable cloud URL.