Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynesshely/frightening-wind
Game `Screeps World` is fun !
https://github.com/dynesshely/frightening-wind
javascript js screeps screeps-world
Last synced: 11 days ago
JSON representation
Game `Screeps World` is fun !
- Host: GitHub
- URL: https://github.com/dynesshely/frightening-wind
- Owner: Dynesshely
- License: gpl-3.0
- Created: 2024-08-13T18:34:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T19:33:29.000Z (5 months ago)
- Last Synced: 2024-11-24T19:52:35.885Z (about 1 month ago)
- Topics: javascript, js, screeps, screeps-world
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FW AI Game Bot
Welcome to my Screeps AI bot project. This bot is designed to automate resource gathering, construction, and defense in the game Screeps World.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Overview
Screeps is a MMO strategy game where you control your colony by writing JavaScript. Your code runs on the server, and your creeps automatically execute your commands.
## Features
- **Resource Management**: Automatically collects and manages resources.
- **Construction System**: Builds structures when resources are available.
- **Defense Mechanism**: Defends against enemy attacks.
- **Room Management**: Manages multiple rooms and prioritizes tasks.## Getting Started
### Prerequisites
Before you begin, ensure you have met the following requirements:
- A Screeps account.
- Basic understanding of JavaScript and Screeps game mechanics.### Installation
To install and set up the bot, follow these steps:
1. Clone the repository:
```
git clone https://github.com/Dynesshely/Frightening-Wind.git
```## Usage
To deploy the bot to Screeps:
1. Log in to the Screeps world.
2. Use the Screeps CLI or the in-game interface to upload your scripts.## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the GPLv3 License. See `LICENSE` for more information.