Swapping this project with another that was on backburner- PC game built very similarly to this game's PC version
Will update more when I come back to this one
Search found 11 matches
- Wed Apr 07, 2021 4:22 am
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
- Sat Mar 20, 2021 4:02 am
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
Re: MASAMI Sushi Ace - Columns clone
Thanks dink! Hit some walls in week 6 that ate time, but got important things done The sushi the customer is thinking about randomizes after you match it, and serves to double the score made which is called an 'ace'. The 'Maneki Neko' block is functional and appears after making at least one of each...
- Fri Mar 12, 2021 10:23 pm
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
Re: MASAMI Sushi Ace - Columns clone
Week 5! Juggled a birthday, anniversary, and playing that awesome new game Bravely Default II Finished out the animations when the player makes a match: palette-swapping numbers appear on the grid when score made, hands give the sushi to the customer, and next customer is randomized. Implemented a s...
- Fri Mar 05, 2021 3:33 am
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
Re: MASAMI Sushi Ace - Columns clone
Thank you for the share Goose2k! :beer: Smooth and productive week 4 No score-keeping or much "magic" happening yet, but game will process matches. "Hid" sprites just above the grid, using a simple "dummy sprites" method. Holding dpad will make the falling block shift or drop faster. Blocks are prop...
- Fri Feb 26, 2021 6:24 pm
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
Re: MASAMI Sushi Ace - Columns clone
Week 3 went a lot better The background for the action screen was adjusted to be attribute table friendly (again). Blocks will drop, rotate, copy to grid, with a leniency timer that allows input for a moment before copy, and give the player another block Next to do: Modify attribute table when block...
- Sun Feb 21, 2021 10:47 pm
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
Re: MASAMI Sushi Ace - Columns clone
It's been a rough first few weeks of development, crash coursing the architecture and ASM as a language and concept simultaneously. We're not in Python Kansas anymore, or even C Kansas. The discussions here aided tremendously to get the wheels rolling Some functioning screens in Mesen. No game yet, ...
- Sun Feb 21, 2021 10:21 pm
- Forum: Homebrew Projects
- Topic: MASAMI Sushi Ace - Columns clone
- Replies: 8
- Views: 2907
MASAMI Sushi Ace - Columns clone
This is one of my previously completed PC games that became the candidate for stepping foot into 6502 ASM with CA65, and homebrewing in general. Lot of frightening new territory Title on the completed PC game, fun TV filter gamesplash_masamisushiace_1.png Current Title running in Mesen masami_title....
- Thu Feb 18, 2021 3:20 am
- Forum: General Stuff
- Topic: Why a lot of 8-bit (or alike) developers think we loved excessive difficulty?
- Replies: 13
- Views: 4386
Re: Why a lot of 8-bit (or alike) developers think we loved excessive difficulty?
Not seeing much reason to default to brutal difficulty today, even for authenticity's sake. It probably wasn't as much the mission of the people building and writing, more than of the rankers and affiliates above them. Hard to imagine that many sadistic programmers and designers, though you could as...
- Wed Feb 17, 2021 5:17 am
- Forum: General Stuff
- Topic: Another noob reporting in
- Replies: 4
- Views: 4071
Re: Another noob reporting in
Thanks! Console was about 20 pieces. Only decided to try it after acquiring those gold parts for the controllers legoFC.jpg I thought I'd share how my first homebrew project is looking after week 1. Something I originally wrote in C with Allegro, just imitating NES/FC to a degree at the time. Decide...
- Tue Feb 09, 2021 11:51 pm
- Forum: General Stuff
- Topic: Another noob reporting in
- Replies: 4
- Views: 4071
- Tue Feb 09, 2021 11:43 pm
- Forum: General Stuff
- Topic: Another noob reporting in
- Replies: 4
- Views: 4071
Another noob reporting in
First thanks for existing :D Just another person intrigued by NES/FC. Hasn't translated to homebrewing yet, but it inspired some passionate imitation projects in higher level languages. The enormous task of representing them and other ideas on the real hardware is something I'd like to gauge, determ...