Search found 93 matches

by Bukster
Tue Dec 29, 2020 7:41 pm
Forum: GAMES
Topic: Eller's Megamaze
Replies: 5
Views: 2554

Re: Eller's Megamaze

This could be used to recreate the Atari 8 bit game Diggerbonk. It was a fun little game that could be worth doing a ZX81 version of.

https://www.youtube.com/watch?v=QPsmfxdQqSY
by Bukster
Tue Dec 29, 2020 2:43 am
Forum: GAMES
Topic: Eller's Megamaze
Replies: 5
Views: 2554

Re: Eller's Megamaze

Looks like a similar algorithm to the one I used for my 3D Skeleton Maze game.

https://sinclairzxworld.com/viewtopic.php?f=4&t=3909

Looks very good. Nice work.
by Bukster
Mon Dec 14, 2020 8:09 am
Forum: GAMES
Topic: Cassette60, the reviews.
Replies: 18
Views: 6179

Re: Cassette60, the reviews.

My mistake, I thought it was lo res. In any case, a great game especially with only 1K to play with. I'll keep an eye out for two more reviews by anybody else and write another.
dr beep wrote: Sun Dec 13, 2020 9:18 am Unlike what you review the game is hires.
by Bukster
Sun Dec 13, 2020 3:47 am
Forum: GAMES
Topic: Cassette60, the reviews.
Replies: 18
Views: 6179

Re: Cassette60, the reviews.

I write a quick review - I choose Game 26, Snake. This is the classic game where the snake gets longer and longer as you move around the screen. Don't bash into the sides, top or bottom. L starts the game. The controls are Q/A for up/down. O/P for left and right. There is only you on the field, no r...
by Bukster
Sun Dec 13, 2020 3:30 am
Forum: GAMES
Topic: Cassette60, the reviews.
Replies: 18
Views: 6179

Re: Cassette60, the reviews.

I sympathise. I put a lot of effort into my games too and don't get a lot of feedback. Are people interested or not? It's not worth writing new stuff if nobody cares. I'll download your file and have a look.
by Bukster
Sun Nov 15, 2020 3:57 am
Forum: GAMES
Topic: 3D Skeleton Maze Game
Replies: 0
Views: 3580

3D Skeleton Maze Game

I've been working on a 3D game using the same maze design as 3D Monster Maze. I didn't steal any actual code from 3D Monster Maze. I just used screenshots to work out the maze dimensions. No point in reinventing the wheel. This games had nods to both 3D Monster Maze and Mazogs with things like the '...
by Bukster
Mon Oct 05, 2020 9:36 am
Forum: GAMES
Topic: Very addictive puzzle games
Replies: 1
Views: 4740

Re: Very addictive puzzle games

Looks good, I like the game over sequence. I'll have to read up on how to play this game. I had no idea what I was doing.
by Bukster
Thu Sep 17, 2020 10:03 am
Forum: GAMES
Topic: 1 Karat
Replies: 4
Views: 9248

Re: 1 Karat

I wrote the base 1k game. It was called Chain Reaction. It's posted here somewhere. It wasn't in hi-res of course.
by Bukster
Sun Aug 23, 2020 2:44 am
Forum: GAMES
Topic: Moon Patrol
Replies: 33
Views: 37218

Re: Moon Patrol

Got it, thanks. Will check it out later.
by Bukster
Sun May 31, 2020 12:04 am
Forum: GAMES
Topic: Random maze generation game
Replies: 4
Views: 7670

Re: Random maze generation game

To answer some questions: It's written in flat assembler, so machine code with a basic front end. The Basic actually gives you the maze generation routine and the address of the maze data, so it you want to use it for something, you've got what you need. It runs find on Eightyone emulator set to 16k...