Color Path (itch) (TreeStudiosUniverse) Mac OS

A downloadable game for Windows, macOS, and Linux

Yes I have tried that command but it seems nothing happens after pressing enter, I restarted the terminal but still path is not added. – coure2011 Oct 9 '11 at 11:05. Find games for macOS like Friday Night Funkin', Cold Shot, Wrong Floor, Deepest Sword, Dying of Thirst on itch.io, the indie game hosting marketplace. Find games for macOS like Friday Night Funkin', Cold Shot, Dying of Thirst, Wrong Floor, Tidetale on itch.io, the indie game hosting marketplace.

Dawn of a Soul is a mathematical puzzle game starring chains and combos.

Progress through levels by building chains and combos to achieve the target score. In each level you have to find the perfect balanced path with a limited number of moves. Learn how to use different types of puzzle elements and their special features. Discover visual and mathematical patterns and adapt them to new challenges. Master your logical skills and beat all 64 puzzles.

Key Features

  • Full control over chains and combos in a unique way
  • Challenging rise of the difficulty level
  • Basic mathematical & logical skills
  • 64 handcrafted Puzzles
  • 4 gameplay areas of focus
  • Minimalistic fantasy setting and mystical atmosphere

Another puzzle game of mine, less hard but still very challenging!


System Requirements

Windows

  • OS: Windows XP SP3 or later
  • Processor: SSE2 instruction set support
  • Memory: 200 MB RAM
  • Graphics: Shader Model 3 Compatible
  • DirectX: Version 9.0
  • Storage: 120 MB available space

Mac OS X

  • OS: Mac OS X 10.9+
  • Processor: SSE2 instruction set support
  • Memory: 230 MB RAM
  • Graphics: Shader Model 3 Compatible
  • Storage: 130 MB available space

Linux

  • OS: Ubuntu 12.04+
  • Processor: SSE2 instruction set support
  • Memory: 200 MB RAM
  • Graphics: Shader Model 3 Compatible
  • Storage: 130 MB available space
StatusReleased
PlatformsWindows, macOS, Linux
Release date Sep 30, 2017
Rating
AuthorWaldemar Umaniz
GenrePuzzle
Tags2D, Casual, Mouse only, Non violent, Pixel Art, Relaxing, Singleplayer
Average sessionA few minutes
LanguagesGerman, English, Spanish; Castilian, French, Japanese, Portuguese (Portugal), Russian
InputsMouse
LinksSteam, Homepage, Steam, Twitter

Purchase

In order to download this game you must purchase it at or above the minimum price of $2.99 USD. Your purchase comes with a Steam key. You will get access to the following files:

Dawn of a Soul - Windows 32bit - without Steam.zip36 MB
Dawn of a Soul - Windows 64bit - without Steam.zip38 MB

Color Path (itch) (treestudiosuniverse) Mac Os Free

Dawn of a Soul - Mac OS X 32bit - without Steam.zip40 MB
Dawn of a Soul - Mac OS X 64bit - without Steam.zip41 MB
Dawn of a Soul - Linux 32bit - without Steam.zip45 MB
Dawn of a Soul - Linux 64bit - without Steam.zip45 MB

Download demo

Development log

  • Full & DRM free version!
    Feb 07, 2018

Log in with itch.io to leave a comment.

It is a mathematically based puzzle game, that requires less hard maths and more logical thinking. Every level consists of a pattern of numbers, that can be lined up, while every 6 score points you receive one 'skip' that allows you to change to a different color. That in turn also increases your score multiplier, making the game focus a lot on logical deducation about the correct starting points, skip sequences and optimization. Very good and surprisingly enjoyable puzzle game. 3,5/5

Color Path (itch) (treestudiosuniverse) Mac Os Code

Color Path (itch) (TreeStudiosUniverse) Mac OS

More Racial Justice Bundle impressions: http://bit.ly/itchbundle
Youtube Channel: http://bit.ly/YTPList

Finally finished this after several days of torturing over the puzzles. I normally don't go for math puzzles as they make me feel dumb but this was a really beautiful game so I had to give it a go.

The puzzles certainly scale in difficulty, and I had to refer to the walkthrough on two occasions to find a correct starting position. I think the game might benefit from tips on how you should look to solve these kinds of puzzles as I haven't really come across this before. I often found myself doing some scratching-the-surface level thinking about the puzzle before just attempting to colour change as much as possible! So sometimes the game felt, for me, more trial and error than the thinking I really wanted to do.

Beautiful game though, good calm music, and a joy to play - didn't overstay its welcome either. Congrats!

I played the linux build. It hung for a while and started Steam without asking me. I thought it was DRM free?

It's actually checks for steam (so you could use steam features like achievements) but it shouldn't start the steam app. So, thank you for the report.

I experience the same behavior. The application appears unresponsive to the szstem and Steam is instructed to launch the same game. and it looks like, if you resume too quickly it’ll just hand indefinetly.

Thanks for the feedback. I've uploaded a version without Steam client connection. I hope this woks now :)

Great! Thanks for the response and have fun playing :)

I've uploaded a version without Steam client connection. I should not make any call to Steam client anymore.

The game looks very nice, but unfortunately some of the colors are not very colorblindfriendly :( I can't really progress after the fourth color is introduced...

I'm very sorry about that, I'll try to find and to add some colorblind friendly color schemes. Thank you for the feedback :)

How do I get the game to stop opening up the game's Steam page when I close it?

Oh, sounds like a bug. Thanks for the report, I'll look in to it.

I've uploaded a version without Steam client connection. I should not make any call to Steam client anymore.

Hello, I just bought this in the Bundle for Racial Justice and Equality. How do I get the steam key?

Hey, you must go to the installation area, on the bottom it should have a link to claim the key.

That bundle purchase doesn't come with any Steam keys for any game.

Yeah. I've come to understand that too. At first it appeared you did, but during the checkout process it said you didn't. It doesn't. Thanks for confirming.

Literally the first thing you see when pressing the nuy option is that bundle games do not provide Steam keys.

PATH variables are useful for some namely CLI (command line interface) apps. PATH variables allow certain apps to be accessed globally. So you don’t have to remember the full path to the app to use it. It stops things like this:

/sbin/ifconfig - with no PATH variable assigned.

ifconfig - with PATH variable assigned.

Adding the app path to the PATH variable.

All we need to do is create a new hidden file called: .bash_profile in your user home. so open up a terminal and type the following.

Inside the .bash_profile file you want to type something like this it will be different depending on what you want to do.

you want to make sure that you enter the parent folder not the direct command as it will not work.

so an example would be something like for composer. you would enter this.

As you can see it’s going to the bin directory, not to the actual composer file.

Testing the new path variable.

Restart the terminal and test if this has worked by entering this in the terminal.

If you get something like this.