UPDATE 2017-10-13 09:00 CET:
- Still wasn't detecting F18A properly (or, more accurately, failed to detect absence of F18A. That should be fixed now.
UPDATE 2016-04-20 22:00 CET:
- Now properly detects and supports F18A firmware version 1.6 and up, instead of only version 1.6
- (Hopefully) fixed a screen tearing issue on the F18A on real hardware reported by Rasmus
UPDATE 2015-10-15 12:30 CET:
- Fixed bug that lead to garbled graphics on real tms9918a chips and emulators that correctly adhere to the 4k/16k bit in VDP register 1
- Fixed issue with debris rendering. It should now always start in the right place, and should not fly off of the edge of the screen.
-------------8<----------8<-----------8<--------------8<----------8<-------------8<-------------8<----------8<-------------8<---------
ORIGINAL POST:
It is with no small amount of pride that I'm posting the first playable demo of my first game for the TI, Alex Kidd on Miracle Island!
The goal of this demo is to gather feedback from you all, and hopefully to wet your appetite for the full game, which I hope to get ready by the end of this year/early next year. Any and all feedback is welcome, from bugs over gameplay to artwork. I can't promise I'll take every single thing into consideration, but I want to make something with broad enough appeal to warrant a full fledged cartridge release, so you can bet I'll be listening carefully.
Please report all bugs you find in this thread, not the main development thread (I will be using that as my development blog for the rest of the game ).
This version is likely far from perfect, and there are a couple of known bugs:
- Sometimes, on the upper four rows of the screen, the collision detection with the scenery can be a bit wonky. It shouldn't affect gameplay too much, but Alex has been seen standing 'over' a piece of scenery instead of on top of it when roaming the top part of the level. If that happens, just move a bit, or jump to a lower platform and everything should be ok. I have not been able to actually get unrecoverably stuck in a level.
The debris you see when Alex destroy a box or block may fly off of one edge of the screen and appear on the other side, I'm working on that, just ignore it.
Features:
- Semi-accurate physics for your player character
- Three fully playable levels
- On tms9918a or v99x8 systems
- Multi-colored player sprite and major enemy sprites
- Smooth, pixel-perfect scrolling
- On F18A enabled systems
- Automatic detection of your advanced VDP
- Smooth two-layer pixel-perfect parallax scrolling
- Up to 64 simultaneous colors
- Multi-colored sprites
- More diverse sprite patterns
- Foreground and background tiles, so Alex will walk behind flowers and 'through' grass.
- Colorful title screen, map screen and story screen
- Three different soundtracks
- Eight unique sound effects
- And likely a lot more...
Running the game:
- Burn the file 'alexkidd8.bin' to a 512k non-inverse '378 style' bank switching ROM cart (these are the red 512k boards and uberGROM, I believe) and play it on real hardware (requires a 32k memory expansion). (Thanks Chris for verifying that it works on the real thing!)
- People with F18A-enabled systems that want to play the game in the tms9918a mode simply need to hold joystick 1's fire button when selecting the cartridge from the module library menu. Hold the button until you see a black screen, and the game will bypass the F18A detection.
- The game has been tested and verified on js99er.net, mess and Classic99. Each emulator runs the game equally well, so feel free to use your platform of choice. js99er.net user can enable F18A support to see the game's advanced graphics.
- In Classic99, use the 'Cartridge' menu, choose 'User' and select the file 'alexkidd8.bin'
- In mess, use your favorite front-end to run the rpk, or use the following command-line: "./mess ti99_4a -peb:slot3 32kmem -cart alexkidd.rpk"
- In js99er.net, select "Open RPK Module" and select the file 'alexkidd.rpk'
How to play:
- Use Joystick 1 to control Alex, the full game will have keyboard support but for now you'll have to use a joystick.
- Pushing the stick left or right will predictably move Alex left or right. Know that Alex builds momentum and takes a fraction of a second to come to a full stop, just like in the real world, so when making long jumps it might help to take a running start and when coming to a halt don't hesitate to push the stick in the opposite direction to brake a little bit so you don't fall of the other edge of your platform.
- Unfortunately, our joysticks only have one fire button, which means you have to push the stick up to jump. If you're adventurous and don't mind doing a bit of soldering though, you can create your own two-button stick by adding a second button to your homebrew joystick design and wiring in the second joystick's fire button. The game allows you to jump with the second joystick's fire button for that authentic third generation home video game console feeling!
- Every level has two differently colored blocks, one of them you can destroy by punching, the other is indestructible.
- Punch blocks that are in your way, but make sure you don't destroy blocks you need to get to higher places.
- Collect as much money as you can. Admittedly you won't be able to use it in this demo, but in the full game you'll be able to purchase upgrades, extra lives and gain access to bonus levels with it!
Enjoy! And don't forget to let me know how far you get, and what your high score is!
Attached Files
Edited by TheMole, Fri Oct 13, 2017 1:11 AM.