.
Game Menu
x or z - select a menu choice
left or right - navigate the menu choices
Menu choices:
- Arcade - As the level increases so does the arena size and the number of enemies
- Blitz - A never ending stream of 25 enemies all at once
- Info - provides control info and game credit
- Story - Gives a brief backstory
.
Main Game
x - Fire weapon
z - hold z while using left or right to get more precise (but slower) aim/turning
up - accelerate
down - decelerate/reverse
left/right - rotate/turn/aim
At your disposal are a radar and health bar int he upper right hand corner.
Collect hearts to recharge your health.
Kill as many enemy tanks as possible.
.
[b][u]Screen Shots
I had posted this in the work in progress category a bit ago. I have made some improvements and feel like I am at a place with it where it should be submitted to 'carts' proper (changes include updated boss 2 death sequence and a few tweaks to general gameplay that make things run smoother and have a more polished look).
Proxima-B is a space shooter featuring:
• Two distinct shooter levels
• Two boss fights
• A fun/atmospheric soundtrack
• Two powerups: spread shot and super shot (double damage and larger bullet)
• A platforming epilogue (Which exists mostly for storyline/gag purposes (in that level you can press up for a jet-pack effect, and X to open doors).
Screenshots (I left the boses out of the screenshots, to leave a bit of surprise):
Notes on this version: The game is meant to be fairly hard and quirky. I got feedback from friends and forum members dismayed at the lack of rapid fire while moving. I gave serious thought to switching it, but found the game to be WAAAY too easy with the inclusion of true rapid fire, so it has been left as is: you can hold fire to rapid fire while not moving but there is a bit of delay for it to kick in, so doing it while moving does not work and you will have to tap it out to fire while moving. In general, I suggest going for accuracy over bullet spam. Also: let things pass you. You advance by killing, but you don't need to kill everything. I took some advice from a forum poster that suggested (thanks for the advice!) that the game over sequence be shortened: you can now hit X immediately to continue, regardless of whether or not the end game animation has completed. Finally, Proxima-B is definitely easier and more fun with a USB controller plugged in.
Have fun and enjoy the game!
Isola is a board game (sometimes also known as Isolation or Solitude). After my last cart I decided I wanted to try a puzzle game or some kind of game that wasn't action oriented. After doing some research I found Isola, and it seemed like I could program an ai for it pretty easily. So I did. This was my first experience programming an ai that adapts to the player's moves. My previous game was a shooter with set motion and random starting points for enemies. It was an interesting experience. I think I'd like to try more complex move trees and point systems for a cart at some point.
The ai will not likely challenge anyone for long, but it will win games against casual players and should be a mild challenge for first timers with Isola.
The rules are included in the cart. Games tend to go pretty quickly. The two player mode uses only one key set and just swaps what piece that keyset controls. I can add alternate keys if people want.
This was a quick turnaround and I was well under the token and size limits, so I have not optimized the code much at all, but it should be mostly clear what is happening for anyone that is curious.
I hope y'all enjoy the game!
[i]Update 1: I fixed a situation in which the computer opponent would cheat. The only other change I may make would be to improve the ai's play when destroying tiles...but it performs alright at present, so I may just keep it as is.
I know most people aren't using the "User Blogs" section of this website for random thoughts and updates style blogging. But it doesn't make much sense to me to blog about it elsewhere if I don't already have a presence somewhere doing so (which I do not). So I have decided to do the occasional blog update of my Pico-8 coding here.
--
I have more or less finished my space shooter (Proxima B. I posted v0.9 a bit ago, and have finished 0.91 but have yet to update online. It is mostly just bug fixes, and a few additional features (better boss death animation/sound for the level two boss).
I have also tried out a number of different game styles in the interim, just playing around with basic skeletons. The two that I am currently pursuing are a two player board game port and a puzzle platformer.
The puzzle platformer is adventure time themed and will involve the ice king rescuing his beloved penguins, who have become lost in the fire kingdom. At the moment I have basic physics worked out. The movement will be more like turn based movement than the standard running and jumping of a platform game. It will involve creating ice blocks to be able to walk across spaces and allowing the penguins to run up the screen (similar to a lemmings style system). At least, that is the current plan, and I have not worked out all the kinks. Some initial inspiration was taken from the NES game Fire 'N Ice. I am having trouble getting some of the physics I want to work properly (such as ice sticking to other ice and either falling or staying aloft as a group based on at least one piece being on ground or not). Here is a very early GIF: