Skip to content

pillarex/funtico-frontend-godot-sdk-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funtico Frontend Godot SDK Demo

How to Run

Prerequisites

  • Godot Engine 4.4+

Export HTML5 Build

  1. Download and install Godot Engine 4.4+
  2. Open Godot Engine
  3. Click "Import" and select the project.godot file
  4. Go to Project → Export
  5. Select "Web" preset (already configured)
  6. Click "Export Project" to exports/web/index.html
  7. Serve the exported files:

Node.js http-server

npm install -g http-server
cd exports/web
http-server -p 3000

Python

cd exports/web
# Python 3
python -m http.server 3000

# Python 2
python -m SimpleHTTPServer 3000

npx serve

cd exports/web
npx serve -p 3000

PHP

cd exports/web
php -S localhost:3000

Open your browser to http://localhost:3000

Releases

No releases published

Packages

 
 
 

Contributors