Project-FreeGUN
Project-FreeGUN copied to clipboard
Open Source, multiplayer 2D shooter made in Godot
Project FreeGUN
Project FreeGUN is a FOSS 2D shooter made in the Godot Engine. Everything in the game is free and open source; the code, art assests, etc. The goal of the project is to be a framework to be built upon for other games. The game is built around mouse and keyboard controls, and should work on Windows, Linux, and macOS.
Dependencies
- Godot 3.1 (will not work with 3.0.6 or earlier!)
Setup for game development
- Navigate to the desired install location
cd Project
- Inside the target folder, clone this repository
git clone https://github.com/devmcclu/Project-FreeGUN.git
- Open the project in Godot
- Now you are ready to make your game!
Setup for FreeGUN development
- Navigate to the desired install location
cd Project
- Inside the target folder, clone this repository
git clone https://github.com/devmcclu/Project-FreeGUN.git
- Checkout the 'develop' branch
git checkout develop
- Open the project in Godot
- Now you are ready to contribute to Project FreeGUN!
Development Roadmap
Check out our Trello to see our roadmap for development. Don't worry though if you have something not on the board, all ideas are welcome!
License
Available according to the terms in LICENSE
(MIT)