This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LDDestroier's profile picture

ComputerCraft Battle Network [WIP] - Over 70 battlechips! Modem/Skynet multiplayer! More or less faithful to the GBA games!

Started by LDDestroier, 18 March 2019 - 04:50 AM
LDDestroier #1
Posted 18 March 2019 - 05:50 AM

With 72 battlechips so far!

(Man! You'd think I'd move onto Love2D!)


Download the game with:

wget https://raw.githubusercontent.com/LDDestroier/CCBN/master/ccbn-autoextract.lua
Then run the auto-extractor:

ccbn-autoextract.lua ccbn
That will extract to "ccbn/". Run the game with ccbn/ccbn.lua. The game can also be moved out of that directory.
For netplay using Skynet (HTTP), use the skynet argument (so run "ccbn.lua skynet")





Ever want to play Megaman Battle Network, but…um…?


WELL NOW YOU CAN


Introducing ComputerCraft Battle Network, a modem slash Skynet (HTTP) multiplayer versus game where you and a friend (or partner) can square off against one another in the battle system of one of the best action RPGs on the Gameboy Advance!


Duke it out on a 6x3 grid of panels, each of which can be broken, set on fire, turned to sand, completely poisoned, and outright stolen from your enemy! (with the right battlechip)

Master panel ownership and use quick reflexes to not miss



Default Controls:
  • [Arrow Key] - Move your character.
  • [Z] or [Zed] - Fire the MegaBuster.
  • [X] - Use the currently selected battlechip.
  • [C] - When the custom bar is full, open up the chip selection screen.
Fire attacks at the enemy until their HP drops to 0! I don't think that's so obtuse.


If you need help with the mechanics, the game comes with additional HOW TO PLAY instructions on the main menu.


Screenshots:
SpoilerAt the beginning of each turn, select battlechips to use! Each one has different effects. You'll find a (overly) brief description of them on the chip selection screen.
You can only pick battlechips that have the same code and/or are the same chip. If you select a chip, it'll grey/gray out the ones you can't also pick.


This is what the battlefield looks like! Different panels have different (relatively simple) properties. Poison will cause you take gradual damage, Lava will cause you to take an instant 50 damage, Sand will slow your movement, Ice will cause you to slide, and Normal panels do nothing

And yes, you are either playing as a 6 or as a 7. Don't ask.

The game doesn't run super well on SwitchCraft, but it is what I'd call """"playable"""". Give it a shot if it looks fun.
SquidDev #2
Posted 19 March 2019 - 08:49 AM
I've had a little bit of trouble actually finding anyone to play with (tabbing between two CCEmuX windows doesn't quite work :)/>), but I've gotta say this is super impressive. The artwork is pretty fancy, it runs smoothly, and it's a pretty nice idea for a game.

I'm always very impressed when people implement networked games - doing it over websockets and rednet is even better! Kudos.

(Man! You'd think I'd move onto Love2D!)
I feel ya on this one.
Edited on 19 March 2019 - 07:49 AM