retro-computing

ZX81 BASIC to Pygame Conversion of "Dropout" Game

ZX81 BASIC to Pygame Conversion of "Dropout" Game Question: I based the code below on this article: http://kevman3d.blogspot.com/2015/07/basic-games-in-python-1982-would-be.html and on the ZX BASIC in this image: 10 LET P=0 20 LET T=P 30 FOR Z=1 T0 10 35 CLS 37 PRINT AT 12,0;T 40 LET R=INT (RND*17) 50 FOR Y=0 TO 10 60 PRINT AT …

Total answers: 1