| |
Raistlin
Registered: Mar 2007 Posts: 671 |
Event id #3003 : Only Sprites Compo
Competition Rules:
* You can ONLY display sprites - no chars or bitmaps. Magic byte(s) CAN be used.
* Change any VIC properties that you like
* The Effect must be a one-screener in one PRG (preferably compressed) (no disk streaming)
* Variations of the effect are allowed
* Interaction is allowed - make it a game if you like ;-p
* Music is allowed and encouraged
* Borders can of course be removed
Winner will be chosen based on CSDB's rankings. |
|
... 99 posts hidden. Click here to view all posts.... |
| |
ChristopherJam
Registered: Aug 2004 Posts: 1409 |
Oswald:
jsr wframe
lda#$70
sta $d011
... (fill $7c0..$7c0+39 and dbc0 to $dbc0+39 here)
jsr wframe
; now fill screen with linecrunch
...
wframe:
bit $d012
bpl *-3
bit $d012
bmi *-3
rts
Done :) |
| |
Oswald
Registered: Apr 2002 Posts: 5086 |
cool ! I can do similar:
* = startcode
;put cool fx here
;end |
| |
ChristopherJam
Registered: Aug 2004 Posts: 1409 |
eh, all you really need is
make deploy |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
So, basically we'd be repeating old Horizon, Triad, Censor, Bones, Upfront etc, demos? |
| |
Krill
Registered: Apr 2002 Posts: 2971 |
Quoting CompyxSo, basically we'd be repeating old Horizon, Triad, Censor, Bones, Upfront etc, demos? Quite likely. Hard to do something fresh there, unlike ECM. :) |
| |
Raistlin
Registered: Mar 2007 Posts: 671 |
Quote: So, basically we'd be repeating old Horizon, Triad, Censor, Bones, Upfront etc, demos?
You could, of course... if you couldn’t think of anything new and better to do ;-)
Full screen sprite effects don’t need to be restricted to changing VIC registers each line ;-) |
| |
Krill
Registered: Apr 2002 Posts: 2971 |
Quoting RaistlinFull screen sprite effects don’t need to be restricted to changing VIC registers each line ;-) You think the Ancients stopped there? :) |
| |
Raistlin
Registered: Mar 2007 Posts: 671 |
Being Ancient myself, and not having stopped myself (I just had a 27 year nap)... no. |
| |
The Human Code Machine
Registered: Sep 2005 Posts: 112 |
Reminds me of 64er Sprite Multiplexer Competition |
| |
Boogaloo
Registered: Aug 2019 Posts: 24 |
For the record, there is no shame whatsoever in repeating Horizon demos. :-) |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 - Next |