An open API service indexing awesome lists of open source software.

https://github.com/dulvui/swipe2snake

Godot port of my libGDX game Sn4ke
https://github.com/dulvui/swipe2snake

Last synced: about 1 year ago
JSON representation

Godot port of my libGDX game Sn4ke

Awesome Lists containing this project

README

          

# Swipe2Snake
[![Android upload](https://github.com/dulvui/swipe2snake/actions/workflows/upload-android.yml/badge.svg)](https://github.com/dulvui/swipe2snake/actions/workflows/upload-android.yml)
[![iOS upload](https://github.com/dulvui/swipe2snake/actions/workflows/upload-ios.yml/badge.svg)](https://github.com/dulvui/swipe2snake/actions/workflows/upload-ios.yml)
[![itch.io upload](https://github.com/dulvui/swipe2snake/actions/workflows/upload-itchio.yml/badge.svg)](https://github.com/dulvui/swipe2snake/actions/workflows/upload-itchio.yml)
[![REUSE Compliance Check](https://github.com/dulvui/swipe2snake/actions/workflows/reuse.yml/badge.svg?branch=main)](https://github.com/dulvui/swipe2snake/actions/workflows/reuse.yml)

A Godot port of my libGDX game Snake https://github.com/dulvui/sn4ke

Made with [Godot Engine](https://godotengine.org) version 4.1.0

## Table of contents

- [Swipe2Snake](#swipe2snake)
- [Table of contents](#table-of-contents)
- [Setup](#setup)
- [Contributions](#contributions)

## Setup
Get the latest version of the Godot Engine editor and check out the
repo. Then open the `game/project.godot` file with the editor.

For further instructions, like exporting to mobile, please read the official [Godot Docs](https://docs.godotengine.org/en/stable/).

## Contributions
If you want to contribute to the project, please fork the repo,
make your changes and make a pull request with a short description
of the changes you made.