Daily Archives: May 5, 2016

Playfest

Tomorrow is a day of playtest and also a day where I will do a minimum amount of work just to be able to take in the feedback of the current version from today. During this week I’ve been adding larger events due to the lack of said events at the alpha presentation.
Since I haven’t figured out a good way to do the events, they’re hard coded and I’m ashamed. Hopefully the playtest will provide good feedback.

/ Comments Off on Playfest
Program: Programming

Playfest

Tomorrow is a day of playtest and also a day where I will do a minimum amount of work just to be able to take in the feedback of the current version from today. During this week I’ve been adding larger events due to the lack of said events at the alpha presentation.
Since I haven’t figured out a good way to do the events, they’re hard coded and I’m ashamed. Hopefully the playtest will provide good feedback.

/ Comments Off on Playfest
Program: Programming

Show who’s the alpha!

During this week we have been working on providing content for the alpha and bug-checking. However, when the time came for alpha I noticed many things that needed fixing that I was blind to when I worked on the code. Characters appeared where they weren’t supposed to, music just kept playing when it was supposed to stop, not enough larger events, etc.
From then on all focus was on bug fixing the things we had and to provide content to show […]

/ Comments Off on Show who’s the alpha!
Program: Programming

Show who’s the alpha!

During this week we have been working on providing content for the alpha and bug-checking. However, when the time came for alpha I noticed many things that needed fixing that I was blind to when I worked on the code. Characters appeared where they weren’t supposed to, music just kept playing when it was supposed to stop, not enough larger events, etc.
From then on all focus was on bug fixing the things we had and to provide content to show […]

/ Comments Off on Show who’s the alpha!
Program: Programming

MVVM- XAML – WPF – What?

It’s been a busy time for me. Mostly because I’m trying to learn new stuff, but also because I want to learn the new stuff in a right manner. In my previous post I started using WPF – Windows Presentation Foundation on a new interface. I used the designer and just created the GUI, and did not write a single line of code. I created the GUI based upon how I would do it in a Windows forms application.
Later on I […]

/ Comments Off on MVVM- XAML – WPF – What?
Program: Programming

MVVM- XAML – WPF – What?

It’s been a busy time for me. Mostly because I’m trying to learn new stuff, but also because I want to learn the new stuff in a right manner. In my previous post I started using WPF – Windows Presentation Foundation on a new interface. I used the designer and just created the GUI, and did not write a single line of code. I created the GUI based upon how I would do it in a Windows forms application.
Later on I […]

/ Comments Off on MVVM- XAML – WPF – What?
Program: Programming