Skip to content
View sassquad's full-sized avatar
Block or Report

Block or report sassquad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sassquad/README.md

Hello there 👋

Thanks for stopping by! My name is Stephen Scott, and I work as a front end developer at The Berkeley Group.

Over the last 20 years, I've worked in various aspects of digital media with or for clients as diverse as:

  • UK Home Office
  • University of Surrey
  • CITY AM
  • Disney
  • HMV
  • Yehudi Menuhin School
  • Prudential
  • Nutricia Pharmaceuticals
  • TennisTV.com
  • Ryman
  • The Conran Shop
  • Guildford School of Acting

My Github is primarily a place where I have various retrogames written for the BBC Microcomputer way back in the 1990s. However, I remastered one of these games in 2021. I hope to remaster my others, and maybe create new ones in the future. The tooling available on modern computers make retrocoding much more of a joy than it used to be.

I'm fairly active on Twitter, but have made the odd blogpost on retrogaming, accessibility or data journalism.

For more information, please visit my website.

Pinned

  1. polymer-picker-6502 polymer-picker-6502 Public

    BBC Basic and Assembler version of Polymer Picker game.

    BASIC 1 1

  2. polymer-picker polymer-picker Public

    A BBC Micro arcade game, with an ecological message.

    FreeBasic 1

  3. androidz-redux androidz-redux Public

    Remastered version of my 1993 arcade game Androidz

    BASIC 1

  4. headcasehotel headcasehotel Public

    Arcade game written for the BBC Micro

    BASIC 1

  5. BBC BASIC Tesla Cybertruck BBC BASIC Tesla Cybertruck
    1
    MODE1
    2
    VDU 23;8202;0;0;0;
    3
    VDU29,240;312;
    4
    X=100:Y=0:L=0
    5
    PRINTTAB(10,2)"TESLA CYBERTRUCK";
  6. Drawing a heart with BBC BASIC Drawing a heart with BBC BASIC
    1
    REM Drawing a heart
    2
    REM from StackOverflow Codegolf thread - https://codegolf.stackexchange.com/questions/109917/draw-plot-a-heart-graph/ 
    3
    MODE 1
    4
    VDU 29,64;64;
    5
    MOVE -57,20