Made some strong progress this past weekend! I turned the automated game off, and so now you can actually play the game! Use any of the links in the previous posts to get to the game in its current state. It’s not fully functional, and some of the more obscure Monopoly rules will leave the game in a weird state, but we’re getting there!
I worked on the “player action menus” that allow players to decide how to proceed. That took up most of the work this weekend, as getting the menus to appear and getting the interactions to work proved to be a bit stubborn. It’s working now, though! This coming weekend, I’m planning to work on more of the core functionality (e.g., trading, property auctions). It’s really starting to come together!
Random screenshots:
Immediate TODO List
[/] Refactor game loop to use an action queue.
- [/] Handle card actions.
- Handle go to any space.
- Handle go to space and all pay.
- Handle lottery.
- Handle selective tax.
- Handle roll backward.
- Handle skip next turn.
- Handle bus options.
- Handle gift options.
- Handle bankrupt player.
Player actions menu (while in jail).
Player actions menu (turn).
- Roll.
- Bankrupt.
- Build/mortgage.
- Trade.
Player actions menu (unowned property).
- Buy.
- Auction.
Auction property.
- Multiplayer.
- Single controller.
Buy/sell houses + mortgage property.
Trade mechanism.
BUG: Roll after card moving to utility is not paying owner.
Show property information as a sprite when purchasing, auctioning, or mortgaging.
Remove viewing of action queue from production version.
Add subclass of action menu for starting a turn with appropriate default actions.
- Trade
- Build/Mortgage
Wanted to share some extensions that I’ve been building.
First is a cleanup of the BigInteger extension, which I’ve renamed BigNum. I haven’t implemented floating points or rationals yet; only integers. This one was really interesting to build, as it lets me play with really big prime numbers.
To help with big sets of words for word games, I’ve built extensions to support fast ternary string sets and Bloom filters. They provide rather efficient ways to store large sets of data.
The extensions aren’t very useful on their own, since you need to populate a set before using it. I’m working on a tool for your computer (it’ll be a web site) that you can feed lists of words and have it build a MakeCode extension for you. With that extension, you’ll be able to use your word set(s) in MakeCode however you like … perhaps like this:
You can play with the code below. The database is the word list that I used in What’s My Word? and limited to five-letter words.
I’m still working on the app that will let you build your own word lists in any language. Made a lot of progress this weekend. I’ll need some help from the dev team to figure out the final stage.
Next steps with Countdown include entering and verifying player responses, making it multiplayer, and then making it Blocks-friendly. But, if you want to practice your Countdown skills, then the current version of the project is just for you!
If you’re not familiar with Countdown, it’s a popular game show that originated in France as Des chiffres et des lettres. Several countries have their own versions of the show; my version is based on the British version that is broadcast on Channel 4.
I updated Countdown so that it verifies the player entries and allows you to play infinite rounds. It does some scoring; I’ll implement full scoring in the multiplayer version. As a solo option, though, the project is complete.
Don’t try to play it on a phone or an underpowered tablet. It runs fine once it loads, but it will take a long time to load. It runs fine on a desktop or laptop, though.
OH OH OH I KNOW THIS GAME! WE PLAY IT ALL THE TIME IN SCHOOL!
What’s it called… like each number gives you a question and the question’s difficulty is based on how large the number is, and you get that amount of points for your team if you get it right, but it removes that amount from your points if you get it wrong, and you’d always end up in the negatives…
I’m glad your teachers let you play it in school, @ChimbroDaPro ! You have good teachers … which is precisely the audience for whom I’m writing this. I will post these projects after ArcadeCon. More sneak peeks over the next month or so!
Jeopardy! It’s a very old game show, and each column has a question theme, and the harder questions are more points, and at the end there’s a round when you can bet an amount of points, and if you get the question right you get those points and if you get it wrong you lose them! Usually you have opponents, so I hope this game gets a multiplayer mode!
I don’t remember ever losing points. I thought that if you got it wrong you let the other groups guess, so if you get it wrong you basically give away your points.