Skip to content

Instantly share code, notes, and snippets.

View kwccoin's full-sized avatar

Kowloon walled city (coin) kwccoin

View GitHub Profile
;; blackjack.lisp
;; Copyleft Matthew Ball (2013)
(defclass card ()
((value :accessor card-value
:initarg :name)
(suit :accessor card-suit
:initarg :suit)))
(defclass deck ()
; ___ _ __ ___ __ ___
; / __|_ _ __ _| |_____ / /| __|/ \_ )
; \__ \ ' \/ _` | / / -_) _ \__ \ () / /
; |___/_||_\__,_|_\_\___\___/___/\__/___|
; An annotated version of the snake example from Nick Morgan's 6502 assembly tutorial
; on http://skilldrick.github.io/easy6502/ that I created as an exercise for myself
; to learn a little bit about assembly. I **think** I understood everything, but I may
; also be completely wrong :-)
@kwccoin
kwccoin / herc01.test.cntl_gameful3_
Created April 14, 2024 06:38
start of full screen Brexx game of life ver 0.1
/* CONWAY'S GAME OF LIFE FOR REXX */
/* FOR BREXX ON MVS 3.8 and VM */
/* COPYRIGHT 2024 BY MOSHIX */
/* BREXX.V2R3M3.SAMPLES(#TSOAPPL) */
/* Modified by KWC Ver 0.1 */
CALL IMPORT FSSAPI
ADDRESS FSS