Skip to content

Instantly share code, notes, and snippets.

View Sudospective's full-sized avatar
🍌
buhnehnur

Sudospective

🍌
buhnehnur
View GitHub Profile
@Sudospective
Sudospective / cyber-cycle-gdd.md
Last active July 15, 2023 20:49
Project HyperCycle (Working Title) Game Design Document

Project HyperCycle (Working Title) Game Design Document

Core Concept

Project HyperCycle (Working Title) is a rhythm game in which the player can use real MIDI equipment that can map to all required gameplay input. Music may range from modern EDM to old-school hip-hop.

Main features

Story Mode

A story mode can be accessed that allows for cutscenes and story elements, like the campaign mode of similar rhythm games.

Visual Style

Skins of the UI can be applied to reflect the player's personal taste, matching with genre of music heard in-game.

@Sudospective
Sudospective / simple-shader.js
Last active May 16, 2023 14:12
SimpleShader Module
/*
simple-shader.js
written by Sudospective
honestly do whatever you want with this
just dont sue me and leave my name there really
enjoy frens
https://sudospective.net
*/
@Sudospective
Sudospective / sm5-aft.lua
Created May 8, 2022 01:49
SM5/OutFox AFTs
-- This is the main AFT which will contain all of our actors.
Def.ActorFrameTexture {
Name = 'MainAFT',
InitCommand = function(self)
MainAFT = self
self
:SetSize(SCREEN_WIDTH, SCREEN_HEIGHT)
:EnableDepthBuffer(false)
:EnableAlphaBuffer(false)
:EnableFloat(false)
@Sudospective
Sudospective / default.xml
Created February 21, 2022 00:35
MUG Root Beer
<ActorFrame
OnCommand = "%function(self)
-- To minimize the amount of globals we have, we'll put them all in one global table.
mug = {}
-- Now we make sure our update loop starts running.
-- Notice how we called self? Where did we get that from? :thinking:
self:queuecommand('Start')
end"
StartCommand = "%function(self)
-- Having an extra command between On and Update allows us to fill variables only once.
@Sudospective
Sudospective / gamelist.md
Last active March 10, 2021 22:31
Nintendo Netplay Night Game List

N64

Mario Golf
Mario Kart 64
Mario Party 2
Mario Party 3
Super Smash Bros.

Gamecube

Mario Golf: Toadstool Tour
Mario Kart: Double Dash!!

10/23/2020 2:41pm - Updated JS and CSS
Repository: https://github.com/Jeuq/quizapp
Live Pages: https://jeuq.github.io/quizapp/
Contributors:
Jacq Babb
María Torrente
Avery O'Banion