Remember the days of 8bit computing where we only had limited resources to play with, when games were elementary and the graphics terrible❗️ This a take on an 8bit game, with simple gameplay and terribly old fashioned graphics 😅
This game uses a simple Flutter code serves as basic "game engine", the engine (core) of the game has been developed based on the published repository on https://github.com/amugofjava/dash_run
- Clone the repo with: git clone https://github.com/hanisimo/space_fighters.git
- Change to the "space_fighters" directory and then execute: Flutter run
Swipe left and right to move your team member. Tap to throw a rocket 🚀. If an one of the stars ✨⭐️✨ manages to reach the ground or peck the Space Fighter, the game ends.
The developer of the original repository (at https://github.com/amugofjava/dash_run) has wanted to see what he could build within the 5Kb limit and just the Flutter SDK. As such, this app does not use any plugins or additional packages.
This project has been forked from "dash_run" project at "https://github.com/amugofjava/dash_run"
The original source is made available under the MIT license; and this fork maintains the same MIT license. See the LICENSE file for details.
Ben Hills: the developer of the original version of this project (https://github.com/amugofjava/dash_run).
All graphics assets have bee generated using ChatGPT 💡 (Characters 🧑🚀👩🚀👨🚀, elements 🚀⭐️, and background 🏞️).
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.