Search results
EDIT.com / Notepad for MSX-DOS
Score: 164.5 %,
Type: Forum topic , Comments: 19 comments
skills back on track.
My MVP looks like this:
v0.1 - Getting the basics up & running, ... to leave the text on-screen).
v0.2 - Initial basic editing
* Full screen UI: 4 color mode width 80 ... console-prompt after usage.
v0.3 - Complete MVP for my goals
* Full mouse-support, including right-click ...
SHMUP! Kai - Imanok
Score: 176.97 %,
Type: Download , Comments: 0 comments
1
https://msx.org/news/software/en/shmup-kai-available-for-fre...
Attachment Size Downloads Last download
shmup!kai.zip 41.63 KB 0 never
(Shoot 'em-up) ...
Hardware accelerated polygon fill using LMMM
Score: 164.53 %,
Type: Forum topic , Comments: 8 comments
I give you this little demonstration:
100 COLOR 15,0,0:SCREEN 5
110 COLOR=(4,7,0,0):COLOR=(8,0,7,0):COLOR=(12,7,7,0)
120 P=0:SETPAGE P,1-P:CLS
130 FOR I=-31 TO 32
140 SETPAGE P,1-P
150 J=ABS(I)-16
160 LINE (64,74)-(191,137),0,BF
170 LINE (80+J,74)-(80-J,137),4,,XOR
180 LINE (159+J,74)-(159-J,137),4,,XOR
190 LINE ...
I asked an AI to create an MSX themed song... :D
Score: 164.39 %,
Type: Forum topic , Comments: 12 comments
game variables
170 DIM SHIP(2), BULLET(2)
180 SHIP(1) = 100 : SHIP(2) = 100
190 BULLET(1) = 0 : BULLET(2) = 0
200 REM
210 REM Main game loop
220 DO
230 REM
240 REM Move the ship
250 IF INKEY$ = ... BULLET(1) = 0
410 SCORE = SCORE + 1
420 END IF
430 REM
440 REM Display the score
450 LOCATE 1, 1 ...
