Log In  


Cart #40042 | 2017-04-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
4


A prototype game from Bennett's class.
First time try to make a game in pico8, the music is stolen from youtube gaming theme songs~
It's really fun to make game in pico8~

4


i like this game! the concept is great, you don't get damage if the atk of your opponent is the same?

i checked the code a bit, i was surprised you defined abs, isn't the function already supported in pico8?

https://www.lexaloffle.com/pico-8.php?page=manual
abs x
returns the absolute (positive) value of x


Thanks, sax3!!!!
I also think that this game can be expanded into a roguelike infinite runner in the future.
Yes, you only get damage at the start of the second hit.
Because this is the first time I use Pico8 so I didn't notice the built in abs function.
Thanks for telling me!



[Please log in to post a comment]