Skip to content
Snippets Groups Projects
Commit 99b30546 authored by s2032074's avatar s2032074
Browse files

test for the class is performed

parent 6cb39ec6
Branches Blocks
No related tags found
No related merge requests found
'''Block object which will be used in a corsi-blocks test''' '''Block object which will be used in a corsi-blocks test'''
#pygame is the library for drawing #pygame is the library for drawing
#keyboard is the library for tracking what user does with their keyboard
import sys import sys
import pygame import pygame
import keyboard
class Block: class Block:
'''Block class defines the main functions that can be done with the block''' '''Block class defines the main functions that can be done with the block'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment