scene.org File Archive

File download

<root>­/­parties­/­2022­/­vccc22­/­christmas_star_challenge/keyj_pc_basic_vc3-2022.zip

File size:
13 797 bytes (13.47K)
File date:
2022-12-30 11:32:13
Download count:
all-time: 7

Preview

  • file_id.diz 892B
  • vc3kj_a.bas 124B
  • vc3kj_gw.bas 100B
  • vc3kj_gw.png 13.17K

file_id.diz

KeyJ's Gee-Whiz Star

Author:   KeyJ / TRBL
Category: Christmas Challenge
System:   IBM PC or compatible
Language: GW-BASIC
Len source code: 124 bytes (ASCII source code)
Len exe file:    n/a
Len code only:   100 bytes (GW-BASIC tokenized format)

Instructions:
- get GWBASIC.EXE if you haven't got it (Google is your friend!)
- get a DOS emulator (DOSBox, PCem, whatever)
- run GW-BASIC and LOAD"VC3KJ_GW.BAS", or run it via the command line:
  > gwbasic vc3kj_gw
- the ASCII version should also run in QBasic
- alternatively, use PC-BASIC:
  https://robhagemans.github.io/pcbasic/download.html
  - on a system with Python 3 and PIP installed:
    $ pip3 install pcbasic
    $ python3 -m pcbasic vc3kj_gw

Description:
Uses a parametric formula of the star shape, because that turned out to be
the most compact representation.

Comments:
Essentially a literal transcript of my Python entry.