SkillAgentSearch skills...

Foe

Fall of Eden

Install / Use

/learn @AlderArts/Foe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Fall of Eden

Fall of Eden (FoE) is currently in alpha stage.

Building

To build the game, you need Node.js.

After you have installed nodejs, you are now ready to build and run the game by running the following commands at the root of the project:

$ npm install
$ npm run start

This will start a development webserver at localhost:8080, just open that address in a web browser and you are good to go.

If you want the output in archive form (both as the raw files and zipped), you can instead run:

$ npm run build

This generates a set of files in the dist/ folder.

Starting

You can run the game by opening the file foe.html in your web browser, either from the dist/ folder or by opening http://localhost:8080/foe.html if you are running the dev server.

Related Skills

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated4d ago
Forks41

Languages

TypeScript

Security Score

75/100

Audited on Mar 27, 2026

No findings