devlog

This blog is a try to me keep motivates and a way to see my progress on my current projects. Let’s see how it goes!

Week 25
21 June 2020

This week I changed to my main computer, started transfering my old PrettyGood.net from google code to github, and finally started working on euphoria again. This time I started working on a custom pixel editing program. It’s far from finished but I hope that it can be useful in a few weeks time for the GMTK game jam.

Week 24
14 June 2020

This week I ported a old anagram application from c# to python, I published and updated old “engines”, one called hmtest and one called pwn-engine, so I could run them, but it turns out that none of them was that advanced. I also installed arch on my main, so either this week or the next my transition to arch will be complete

Week 23
7 June 2020

This week I started refactoring bbcalc so it could in the future handle generating truth tables, and I physically moved things around so I now use arch as my main computer. It will probably be a week or two until I install it on my main machine, but not too long since this hardware isn’t really health…

Week 22
31 May 2020

This week I completed my kodsnack gamejam, and started on porting one of my filemover programs from c#+winforms to python+curses

Week 21
24 May 2020

This week I installed arch on a desktop and started working on my entry for the 2 week kodsnack spelsylt gamejam

Week 20
17 May 2020

This week I started on a lsp interface for fel.

Week 19
10 May 2020

This week I continued my work on fel scripting language. I added a coverage report and started on the vscode extension for editing fel code.

Week 18
4 May 2020

This week I worked on getting a gui sample up and running. Due to issues I also ended up creating a 2d sample. There are only a few issues left before I can continue on adding features to the ui

Week 17
26 April 2020

This week I implemented the sprator algorithm. Next weeek I will probably add a test for the gui code. It has been missing a sample/test project a for a while now.

Week 16
19 April 2020

This week I completed my cellular automata code generation. Up next should either be implementing a tetomino layout algorithm or fianlly completing the sprator algorithm. Decisions decisions.