https://github.com/antoinebuirey/stormworks
a collection of scripts and tools for the game stormworks
https://github.com/antoinebuirey/stormworks
lua makefile python python3 sass scss stormworks typescript
Last synced: 6 months ago
JSON representation
a collection of scripts and tools for the game stormworks
- Host: GitHub
- URL: https://github.com/antoinebuirey/stormworks
- Owner: AntoineBuirey
- License: mit
- Created: 2025-04-19T20:12:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-19T21:49:17.000Z (12 months ago)
- Last Synced: 2025-09-12T13:54:08.407Z (7 months ago)
- Topics: lua, makefile, python, python3, sass, scss, stormworks, typescript
- Language: Python
- Homepage:
- Size: 266 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Stormworks Projects
This repository contains various projects and scripts for enhancing the Stormworks game. Each folder represents a specific module or functionality.
## Project Structure
- **navlights/**: Contains scripts for controlling navigation lights.
- `controller.lua`: Handles the logic for navigation light control.
- `selector.lua`: Manages light selection.
- `ship_draw.lua`: Draws ship-related visuals.
- **radar/**: Contains scripts for radar functionality.
- `radar.lua`: Implements radar logic.
- **radioCommunication/**: Contains scripts for radio communication.
- `keyboard.lua`: Handles keyboard input for radio communication.
- `radio.lua`: Implements radio communication logic.
- **screenSwitcher/**: Contains scripts for switching between screens.
- `script.lua`: Manages screen switching logic.
- **stormworks-externControl/**: A comprehensive project for external control of Stormworks.
- Includes server components, front-end scripts, and configuration files.
- Refer to the [README.md](stormworks-externControl/README.md) in this folder for detailed instructions.
## Getting Started
1. Clone the repository:
```sh
git clone https://github.com/T0ine34/stormworks.git
cd stormworks
```
2. Minify the scripts:
```sh
make
```
## License
This project is licensed under the MIT License. See the `LICENSE` file for details.