Foon →
Ludum Dare Explorer →
LD45 →
Apple 2e Adventure
Apple 2e Adventure
By zombie-virals
View on ldjam.com
| Category | Rank | Score | Count |
|
|---|
| Overall | | | 1 | |
| Fun | | | 1 | |
| Innovation | | | 2 | |
| Theme | | | 2 | |
| Graphics | | | 2 | |
| Audio | | | 1 | |
| Humor | | | 1 | |
| Mood | | | 1 | |
Comments
I'll try to follow up if I can play the Linux version, but I'm on a Mac so can't play it at the moment. I do really like the concept of fighting from within a computer, and think it's cool that you specifically chose a IIe (I was more of a C64 guy myself, though). If you continue on with this game, it'd be cool if the expansions could increase your capability (ie, installing a modem allows you do download weapons from a BBS)
@shaolin-dave Apologies for not building a Mac version, I had thought about it, but time kind of got away from me. I've actually yet to use a C64, but I plan on getting one as soon as possible. Your idea is amazing by the way for expanding it, I think the game has a ton of potential, possibly even set up more types of computers(I also have an IBM 5160 as well that would make an interesting world). I like the idea to download weapons from BBS too!
functional start to a shooter... had issues were the enemies seemed to be immune to damage.
@adroitconceptions Thanks!! I actually considered going for some kind of educational game with this concept to be honest. I had that issue as will, I think use colliders for the attacks is part of the problem, maybe a spherecast would have been better?
@zombie-virals ray casts are normally enough for guns. If your doing an AOE attack, various colliders and/or physics.overlapXXXX options are good things to look at. you could even go so far as to do a physics.overlap sphere around the player and check the angle for short range AOE attacks.