| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a Settlers 4 (Siedler 4) Remake (it will be :-) ) written in JavaScript (Typescript) so it can be run in your browser.
Install NodeJs
run on command line:
npm install npm run build
➜ This will create the ./dist/ folder with the app.
You need a WebServer that serves the App. E.g. you can use the included one:
You can use Visual Studio Code to edit and debug your code:
Install Debugger for Chrome Plugin in Visual Studio Code
Copy the Settlers-4-game folder to ./public/ e.g. to ./public/Siedler4/
run
npm install npm run serve
Or press Ctrl+Shift+B to start the live-server in VS-Code
➜ This will start a live-server on http://localhost:8080/
Fix code style / linter errors
npm run lint -- --fix
Run unit tests
npm run test:unit
or to run a single file in watch mode:
npm run test:watch tests/unit/objects-info.spec.ts
using webGl to render the state of a game by loading a save game and pushing all data to webGl:
adding game logic to process state changing in the game
adding backend logic
View Landscape using WebGL
You can access 'all' Settlers file formats
This Software reads the original graphics/data from the original Settlers 4 title released by Blue Byte® - The authors of this Software do not clam any rights on any of that data nor the name Siedler and Settlers.
| Back | FazBrowse Home | New Git URL |