| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Eye of the Beholder
Resumed. Easy Flash.
https://youtu.be/dvWrimZUk40 |
|
| |
Stinsen
Registered: Feb 2012 Posts: 76 |
As a long time fan of dungeon crawler type games, I must say this looks sooo fantastic. :) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
crazy man, this must be the most complex game up to date even in this state. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: crazy man, this must be the most complex game up to date even in this state.
That depends on how you define complex. A good platformer such as Turrican is imo alot harder to implement given real time requierments, full screen scrolling, stable multiplexer, complex IRQs. This game has nothing of that, it’s just a lot of, uncomplicated, code. |
| |
MagerValp
Registered: Dec 2001 Posts: 1074 |
❤️ |
| |
ChristopherJam
Registered: Aug 2004 Posts: 1408 |
Sooo much work. Respect. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: Sooo much work. Respect.
Massive thanks to Illesh, Mirage, Veto and TwoFlower for helping out with graphics. And massive thanks to Algorithm for providing the sound routines and batch compressing all original samples. |
| |
cadaver
Registered: Feb 2002 Posts: 1160 |
Much respect, the data wrangling, level scripting and UI interface code involved certainly add up complexity. I'm suprised how well the bitmap graphics work without colorclashing like hell. |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
Quote: That depends on how you define complex. A good platformer such as Turrican is imo alot harder to implement given real time requierments, full screen scrolling, stable multiplexer, complex IRQs. This game has nothing of that, it’s just a lot of, uncomplicated, code.
yeah, but all that code fits easily on the back of a stamp compared to what I think you have here. and certainly doable on a vanilla c64, unlike your effort which would be a suicide. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: Much respect, the data wrangling, level scripting and UI interface code involved certainly add up complexity. I'm suprised how well the bitmap graphics work without colorclashing like hell.
Bitmap with sprite overlay. Chars not 100% solid, i.e edges on items and monsters uses the sprite layer. Fullt opaque chars are in plain mc bitmap |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: yeah, but all that code fits easily on the back of a stamp compared to what I think you have here. and certainly doable on a vanilla c64, unlike your effort which would be a suicide.
Nah, it’s just 29k lines (hand written) of asm so far. ;) |
... 259 posts hidden. Click here to view all posts.... |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... | 27 - Next |