Skip to content

Instantly share code, notes, and snippets.

{
"Venue1" : {
"Cover" : 1,
"Name" : "Harrisons",
"address" : "Taco St",
"age" : 21,
"timeClose" : "1:30",
"timeOpen" : "10:00"
},
"Venue2" : {
@larson-carter
larson-carter / EnemyViewer.swift
Created November 30, 2020 03:31
Enemy Viewer - Error Bound
//
// EnemyViewer.swift
// RPG GAME
//
// Created by Larson Carter on 11/28/20.
//
import UIKit
class EnemyViewer: UIViewController {
@larson-carter
larson-carter / Beep.swift
Created November 30, 2020 03:30
Beep Class. - Works to my Knowledge
//
// Beep.swift
// RPG GAME
//
// Created by Larson Carter on 11/28/20.
//
import Foundation
class Beep {
@larson-carter
larson-carter / Enemies.swift
Created November 30, 2020 03:30
Enemies Swift Class - Error bound
//
// Enemies.swift
// RPG GAME
//
// Created by Larson Carter on 11/27/20.
//
import UIKit
class Enemies: UIViewController {