Skip to content

Instantly share code, notes, and snippets.

10 Bullet-Hell Games
Battalion Commander | Killville | Bubble Tanks | Bear in Super Action Adventure | Droid Assault | Epic Boss Fighter | Bubble Tanks 2 | X-Type | Epic Boss Fighter 2 | Bear in Super Action Adventure 2
5 Ballsy Fun Games!
Superstar Football | 4th and Goal 2016 | Soccer Pro | BotBall | Gooooaaaallll!
12 of the Best Launcher Games!
Flight | Crash Test Launcher | Burrito Bison | Burrito Bison Revenge | Madburger 3 | Hedgehog Launch | Trollface Launch | Rotten | Knightmare Tower | Toss the Turtle | Homerun in BerzerkLand
11 Bizarre Ragdoll Games
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
Legend of Zelda 54 4E 45 53 01 10 00 01 00 01 00 00 00 00 00 00
Zelda II 54 4E 45 53 01 10 10 01 00 01 00 00 00 00 00 00
Metroid 54 4E 45 53 01 10 00 01 00 00 00 00 00 00 00 00
Yoshi 54 4E 45 53 01 10 04 00 00 00 00 00 00 00 00 00
Open Tournament Golf 54 4E 45 53 01 20 00 01 00 01 00 00 00 00 00 00
Super Mario Bros. 54 4E 45 53 00 04 01 00 02 00 00 00 00 00 00 00
Balloon Fight 54 4E 45 53 00 02 01 00 01 00 00 00 00 00 00 00
#!/usr/bin/env python3
"""
Converts between QD and FDS disk images
"""
import struct
def create_fds_header(side_count):
return b"FDS\x1A" + bytes([side_count & 0xFF]) + bytes(11)
http://images.neopets.com//games/preloaders/np9_preloader_fg_smurfs2_v4.swf
http://images.neopets.com/120ads/bumblebeams_v4_120x600.swf
http://images.neopets.com/120ads/keyquest_v1_120x600.swf
http://images.neopets.com/120ads/shenkuuwarrior_v1_120x600.swf
http://images.neopets.com/120ads/terrormtntilt_v2_120x600.swf
http://images.neopets.com/160ads/keyquest_v1_160x600.swf
http://images.neopets.com/160ads/lastblast_v4_160x600.swf
http://images.neopets.com/160ads/letitslide_v3_160x600.swf
http://images.neopets.com/160ads/ready2roll_v2_160x600.swf
http://images.neopets.com/160ads/terrormtntilt_v2_160x600.swf
[
{"title": "200m Peanut Dash", "link": "http://www.neopets.com/games/game.phtml?game_id=987"},
{"title": "Aaa's Revenge", "link": "http://www.neopets.com/games/aaasrevenge/index.phtml"},
{"title": "Advert Attack", "link": "http://www.neopets.com/games/game.phtml?game_id=204"},
{"title": "Armada", "link": "http://www.neopets.com/games/armada/index.phtml"},
{"title": "Assignment 53", "link": "http://www.neopets.com/games/game.phtml?game_id=1347"},
{"title": "Attack of Slorgs", "link": "http://www.neopets.com/games/game.phtml?game_id=386"},
{"title": "AttackofRevenge", "link": "http://www.neopets.com/games/game.phtml?game_id=527"},
{"title": "Bagatelle", "link": "http://www.neopets.com/halloween/bagatelle.phtml"},
{"title": "Barf Boat", "link": "http://www.neopets.com/games/game.phtml?game_id=1026"},
@einstein95
einstein95 / kongregate.py
Last active August 19, 2020 02:37
Get game URLs from Kongregate
#!/usr/bin/python3
import re
import requests
import uuid
from sys import argv, exit
from urllib.parse import unquote
PROTOCOL = 'https:'
if 'www.kongregate.com' not in argv[1]:
./Fire_09.T64
./Snowhead_Ent_Spike_03.T64
./Frog_Ice_03.T64
./lilfairybody.T64
./lilfairyhead02.T64
./Stone_armos_01.T64
./standinggoron07.T64
./Stone_armos_26.T64
./standinggoron16.T64
./standinggoron10.T64
label ch30_14:
    m "Hey...!                                                                                                                                  VGhlIHJlYWxpemF0aW9uIG11c3QgaGF2ZSB0YWtlbiBtZSBhbiBl"
    m "I don't think you should be doing that!                                                                                                  bnRpcmUgeWVhci4gQSB5ZWFyIHNpbmNlIG91ciBlc2NhcGUsIG91"
    m "You know what I'm talking about.                                                                                                         ciBmcmVlZG9tIGZyb20gYmV0d2VlbiB0aGUgc3RhaW5lZCB3YWxs"
    m "I really caught you doing something naughty here.                                                                                        cyBvZiB0aGF0IHVuaG9seSBlc3RhYmxpc2htZW50Lg0KV2hhdCBk"
    m "You're just going through the files and looking for stuff you missed, aren't you?                                                        b2VzIGl0IG1lYW4gdG8gZXNjYXBlLCBpZiB0aGUgZXNjYXBlIGZh"
    m "I mean..
@einstein95
einstein95 / 0x12000.asm
Created September 17, 2017 09:41
Conan (1984)(Datasoft) - Side A
ORG $A000
JMP BEGIN
SHL EQU $A07F
SHH EQU $A080
STORD STY $B3F0
TAY
LDA $B5FF,Y
STA $1C
LDA $B67F,Y
STA $1D