#
Cooked a large batch of #vegan Bolognese.
Personal Blog about anything - mostly programming, cooking and random thoughts
Cooked a large batch of #vegan Bolognese.
#gamedev progress on hotel game:
Not sure if I should be proud or embarrassed about this #rust code :D
// mark building tile
if let Some(mut r) = match game.mouse_action {
MouseAction::BuildGrill => Some(Room::new_grill()),
MouseAction::BuildStairs => Some(Room::new_stairs()),
MouseAction::BuildBedroom => Some(Room::new_bed_room()),
MouseAction::BuildCorridor => Some(Room::new_corridor()),
MouseAction::BuildRestaurant => Some(Room::new_restaurant()),
MouseAction::BuildWineCellar => Some(Room::new_wine_cellar()),
_ => None,
} {
// rendering code
}
Insights from the weekend:
--release
.Letztes Update für: https://blog.libove.org/posts/visualisierung--sonntagsfrage/
Update für: https://blog.libove.org/posts/visualisierung--sonntagsfrage/
#gamedev progress:
#gamedev progress on hotel game:
Wahlprogramme Tool hat jetzt die aktuellen Wahlprogamme, statt Entwürfe.
🎉 my blog has now 5 followers via #activitypub (which aren't me)
#gamedev progress: