Giter Site home page Giter Site logo

tinytakinteller / godotprojectzero Goto Github PK

View Code? Open in Web Editor NEW
17.0 4.0 5.0 151.31 MB

Inspired by A Dark Room, the Dark Forest is an incremental experimental minimalistic game project.

Home Page: https://tinytakinteller.itch.io/the-best-game-ever

License: Other

GDScript 100.00%
clicker clicker-game desktop-app godot godot-engine godot-game godot4 idle idle-clicker-game idle-game

godotprojectzero's Introduction

Godot Project Zero: A Dark Forest

If you wish to contribute, join us in Trello and Discord (add tiny_takin_teller for invites).

PLAY THE GAME : https://tinytakinteller.itch.io/the-best-game-ever

READ WEEKLY DEVLOG'S : https://tinytakinteller.itch.io/the-best-game-ever/devlog

Current Version - [ PROTOTYPE : WEEK 12 ]

Gather Resources...

image

Generate Passive Resources...

image

Fight Ancient Colossals...

image

And More...

Development setup

Setup the GDScript Toolkit

This project uses the Format on Save and gdLinter plugins. Both of these depend on the GDScript Toolkit python package being installed. You can install this dependency globally or in a virtual environment.

To install globally

This is the standard way described in the documentation of the package

pip3 install "gdtoolkit==4.*"

To install in a virtual environment

If you're on Windows, this project has some custom code in the "Format on Save" and "gdLinter" plugins to make it work with a venv/ directory in the root of the project.

cd <path/to/this/project>
python -m venv venv
.\venv\Scripts\activate

pip3 install "gdtoolkit==4.*"

Remarks

  1. The venv/ directory is in the .gitignore, so won't be committed to git
  2. Because of the custom code, the venv integration will break when we update the plugins

godotprojectzero's People

Contributors

alexmunoz502 avatar burkezerk avatar debris avatar mielifica avatar tinytakinteller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.