Microsoft Tilecode
microsoft.github.io
Microsoft Tilecode
1–10 of 63 posts
Re: Microsoft Tilecode
#2The messing about I did was just having a flamingo running around eating algae and avoiding spawning lions, called Flamingo Panic. If you're curious, it's up here: https://bacable.github.io/flamingo-panic/
Re: Microsoft Tilecode
#3[1] https://www.puzzlescript.net/
[2] https://www.microsoft.com/en-us/research/uploads/prod/2020/0...
Re: Microsoft Tilecode
#4Not, had to use because their employer forced it on them.
Re: Microsoft Tilecode
#5I end up developing a tile map editor[1], giving the user the ability to develop their own maps. I end up liking this tile editor so much that I spent more time adding isometric features to it. Both because I love isometric maps and it seems to please people playing the game.
So, as in right now, I have a tile map editor (in a usable state) and a 2D engine that is not near close to be used, and I don't know what to do with neither of them.
Anyways, isometric maps would hugely improve the looks of these 2D games. I would consider adding this options to your platform as well.
Re: Microsoft Tilecode
#6I've done experiments with this almost twenty years ago, and it's surprising how much can be done with simple rules.
However, it can also be difficult to debug when you have a large amount of rules.
Re: Microsoft Tilecode
#7It has a color screen and has quite a few tricks up its sleeve. I think I remember it even runs Wifi-Scanners and whatnot (ESP32). Here's some more background info: https://wiki.odroid.com/odroid_go/go_assembling
Just thought that could be an interesting platform to try this on.
Re: Microsoft Tilecode
#8Looks pretty cool. I was messing around with MakeCode for about an hour the other day, just to see what it could do, but board games are more in my wheelhouse, and it looks like I could maybe come up with some interesting things here. The messing about I did was just having a flamingo running around eating algae and avoiding spawning lions, called Flamingo Panic. If you're curious, it's up here: https://bacable.githu…
Re: Microsoft Tilecode
#9It strongly looks like PuzzleScript [1]. In fact, I would be surprised that this wasn't inspired by PuzzleScript; the paper [2] seems to have no mention of PuzzleScript though. [1] https://www.puzzlescript.net/ [2] https://www.microsoft.com/en-us/research/uploads/prod/2020/0...
Re: Microsoft Tilecode
#10https://en.wikipedia.org/wiki/Arduboy
And I guess I'll share this here because I don't know when else I'd ever be able to talk about it.
A few years ago I created a portable game console that consisted of two buttons (left and right) and a row of 9 LEDs (and an on off switch). It was powered by an Arduino Teensy and Lipo battery, letting it run for a pretty decent amount of time.
The idea is given the ultra minimal hardware, what's the craziest games you can make with it?
I made a 3d """ray tracer"" that would show your surroundings and walls using just the leds (flatland style). Left and right turned, and pushing both walked forward.
I also made a dungeon crawler with each LED being a specific indicator for the state of the world (I wanted to make overlays to help with ideas like this)
The best one imo was an ebook reader. I only simulated it due to code size constraints, but I made each LED blink out morse code for each letter in a book, and used left and right to scroll through it. I loaded Neuromancer in and it worked fine. Pretty ridiculous but one of the more interesting projects I've done! I should really look for that device....