Skip to content

Commit

Permalink
prototype release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Oct 6, 2024
1 parent 799ecc8 commit f73324d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Works currently licensed in this directory under this license:
* "There's a Strong Chill in the Air"
* "Lacrimosa (Requiem Abridged)" [Originally Composed by W.A. Mozart, Public Domain Composition]

Last License Update: 7/6/2024 (mmddYYYY)
Last License Update: 07/06/2024 (mmddYYYY)
16 changes: 7 additions & 9 deletions assets/audio/skyler_newsome/license_CC_BY_NC_SA_4_0.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
All of the recordings in this directory are the exclusive copyrighted work of the composer Skyler Newsome,
also known under the names "Skyler" and "circlesinthesky" and is licensed for use under the CC BY-NC-SA 4.0 license terms.
(https://creativecommons.org/licenses/by-nc-sa/4.0/). Skyler Newsome reserves the right to license to any entity more permissive
rights than this license for the works licensed under it in the future. All songs were composed by Skyler Newsome,
except where otherwise noted, and he owns all compositions he has written, and all those compositions are licensed
under the same license as the recordings.
All files in this directory are the copyrighted work of Skyler Newsome,
also known under the names "Skyler" and "circlesinthesky".
They are licensed for use under the CC BY-NC-SA 4.0 license terms.

Note, these works are based on Joseph Philip Burke works (see directory joseph_philip_burke), who granted the rights to do so.
Note that these files are based on the work of Joseph Philip Burke (directory joseph_philip_burke),
who granted the rights for their work to be remixed into these files under this license.

Works currently licensed in this directory under this license:
* "axes_arr_mstr_loop.mp3"
* "forest_arr_mstr_loop.mp3"
* "strong_chill_arr_mstr_loop.mp3"
* "lacrimosa_arr_mstr_loop.mp3" [Originally Composed by W.A. Mozart, Public Domain Composition]
* "lacrimosa_arr_mstr_loop.mp3"

Last License Update: 10/1/2024 (mmddYYYY)
Last License Update: 10/06/2024 (mmddYYYY)
2 changes: 1 addition & 1 deletion global/const/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const WORKER_RESOURCE_ID: String = "worker"
const WORKER_ROLE_RESOURCE: Array[String] = [WORKER_RESOURCE_ID, "swordsman"]

const VERSION_MAJOR: String = "prototype"
const VERSION_MINOR: String = "week 20"
const VERSION_MINOR: String = "release 1.0"

const PARAMS: Dictionary = PARAMS_PROD #PARAMS_PROD #PARAMS_DEBUG

Expand Down
19 changes: 10 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

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

CONTRIBUTE:
- see "Issues" section on Github for working on **project (enhancements)**
- join Discord (add `tiny_takin_teller` for invites) and Trello for working on **game (content, mechanics, design)**

PLAY THE GAME:
- Itch https://tinytakinteller.itch.io/the-best-game-ever
THE GAME: (current version is `prototype.release.1.0`)
- PLAY ON Itch https://tinytakinteller.itch.io/the-best-game-ever
- DEVLOGS ON Itch https://tinytakinteller.itch.io/the-best-game-ever/devlog

Current Version - [ PROTOTYPE : WEEK 20 ]
- first 20 weekly devlogs on Itch : https://tinytakinteller.itch.io/the-best-game-ever/devlog
- weeks without an update counter : 3
CONTRIBUTE:
- A) **enhancements** by checking out "Issues" section on Github
- B) **content, mechanics, design** by joining Discord (add `tiny_takin_teller` for invites) and Trello board
- C) **???** by forking the project *(note that code is MIT licensed, but assets are owned by respective contributors)*

**Milestones**
- 29/04/2024 [`prototype.week.01`] **First version shared on Itch** 👀
- 24/06/2024 [`prototype.week.09`] **Created Discord & Trello for the community** ❤️
- 26/08/2024 [`prototype.week.18`] **Project featured on front page of Itch "New & Popular"** 🚀
- 09/09/2024 [`prototype.week.20`] **Discontinuing weekly updates going forward.** ⚰️
- 07/10/2024 [`prototype.release.1.0`] **Added final boss fight, a short minigame ending.**


## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Folder "res://resources/shader/cracked_glass/" contents attribution file.
Title: Cracked Glass
Author: https://godotshaders.com/author/rupti/
Source: https://godotshaders.com/shader/cracked-glass/
License: https://creativecommons.org/publicdomain/zero/1.0/
License: https://creativecommons.org/licenses/by-nc-sa/3.0/deed.en
---
The original contents were modified by: https://tinytakinteller.itch.io/
---
TLDR:
asset "Cracked Glass" (cracked_glass.gdshader)
by rupti (https://godotshaders.com/author/rupti/) licensed under CC0 1.0
by rupti (https://godotshaders.com/author/rupti/) licensed under CC-BY-NC-SA 3.0 UNPORTED
---

0 comments on commit f73324d

Please sign in to comment.