My favorite part of the game is when you find ways to game the system and fly really high
Richard Marks
Creator of
Recent community posts
Yes, we've got plans for mobile. We're going to iron out the "jam" bugs before that happens though.
I'll upload a fixed build as soon as I sort it out. Theres a lot of crazy hacks I had to do to get the game done by the jam deadline that I want to refactor out of the code and make things more robust and maintainable before I forget the code. :D
If you find any other bugs, please report them here: https://github.com/RichardMarks/witch-color-pwj2/issues
Thanks for playing the game!
I wanted to get a tutorial into the game, but ran out of time, and it got cut along with the "view" feature in the spell book.
The book shows a color on it and that color's name above it.
You must mix colors from potion bottles into the cauldron.
Only certain colors will mix.
When you click on a bottle, you select it, then you click on the cauldron to pour that bottle's contents into the cauldron. This empties the selected bottle.
If the cauldron is empty, the bottle's contents are just placed into the cauldron.
If the cauldron has a color in it, the bottle's color will be mixed with the cauldron's color.
If a successful mix occurs, you will either unlock a new color in the book, or will create an already unlocked color.
You now should select an empty bottle, then click on the cauldron to place that color into the empty bottle.
Some colors will require mixing of higher level colors to achieve.
You can click on any unlocked color in the spell book and click Fill to fill the cauldron with the selected color from the book.
There is a known bug that was discovered after the submission timer ran out where sometimes the bottle's colors will get scrambled after a few swapping of colors, and this messes up the state of the game. To solve, you need to exit the game entirely and run it again. Your game is saved as you play, and things will be fixed when you play again.
If you discover any other bugs, please file an issue report here https://github.com/RichardMarks/witch-color-pwj2/issues
If possible, please give reproduction steps.
If you'd like me to send updated exe once I fix an issue, let me know and I'll be happy to do so.
https://itch.io/jam/pixel-weekend-jam-2/rate/236311?before=2#post-382557
I did it. I managed to get the thing uploaded in time.
One planned feature didn't make it into the game for the jam, but we are going to continue development later.
If anything crashes or acts funny, just run from a terminal/command line and tell me the errors that you see, and I will see what I can do to help.
I crazily had the idea to enter with only an hour on the clock left.
This is my 50 minute entry to the jam.
https://richardmarks.itch.io/untitled-microrpg
It's nothing impressive, other than that I managed to pull something playable out of under an hour with no planning.
Sorry it's just playable on an onlin coding box right now. I might have a downloadable executable later If anyone is interested.
Well this is a bummer. I wanted to participate and try out the Godot engine that everyone's raving about on twitter.
I've got OSX Sierra 10.12.6 and this is what I get when I try to run the "stable" build of Godot.
I know this isn't right. I tried re-downloading, thinking maybe a bad download was the cause. No dice.
Can anyone help?
Hey everyone, so I didn't realize that Father's Day was going to fall on the last day of the jam when I created it, and it's become a speed-bump for a lot of people. I'm extending the jam for an extra weekend, so you can make up for the lost time and make something cool. :)
For the next jam, I will look carefully at the calendar before setting up the dates.
After realizing that I was going to end up with over 100MB of assets to do what I wanted to do, I decided to take a different approach entirely... Which led me to start writing a software 3d rendering engine for my project. I've pushed it up to my github repository if you are curious... I've still got a few bugs at the moment that I need to go over my maths again and see where the problem originates from, so that I can squash them.
If I can get to the point where my initial gameplay environment is running before end of day, I will be happy. If not, well... then reaching finished game status by end of the jam will be really really difficult if not impossible altogether.
Alright I didn't get a lot of time yesterday to work on things, I was away from the house for most of the day, but I did get some things done. I haven't pushed the latest commits just yet. I did finally decide what I want to create as far as a game though. I'm going to try to put in most of today's hours into this thing, because now that I have the idea in my head, I really want to finish it.
I started fresh as far as code goes, only copying over a portion of one of the previously created (from last week's commits) files. Things have a different approach this time around, and it's been going well. I will push the new stuff up when I call it a day tonight.
Time to dig in and start kicking this todo-list's ass!
I haven't named what I'm making for this thing yet, hell, I don't even know what I am making yet. So I'm just starting this thread to kick off my progress tracking. I'm going to start with the basics, and get my rendering engine up and running. I'm using ECMAScript 2015 via the Babel 6 transpiler, and a library-free HTML5 canvas rendering setup.