Skip to content
@sceners

Sceners

A collection of historical code sources for scene tools, demos, intros and magazines.

Sceners

Hi, and welcome to Sceners, a historical collection of program source codes created by the Scene and curated by Defacto2.

Contained within are over a 150 source code repositories that commonly target the Intel (x86) PC platform using:

Some of the older applications and tools may only compile on Microsoft DOS or specific versions of Microsoft 16-bit Windows.

The original packages, archives, and preview screens are on Defacto2.

Clone all the repositories

You can clone all the repositories on Sceners using a Bash shell and gh, GitHub's command line tool.

source

# all the repositories are cloned into the subdirectory named sceners

cd ~

# iterate and clone every repository within sceners
# make sure to copy-and-paste all three lines of the loop as a single command

gh repo list sceners --limit 1000 | while read -r repo _; do
gh repo clone "$repo" "$repo"
done

Tip

The collection uses over 2.1G.

Pinned Loading

  1. Code-Breaker Code-Breaker Public

    Various tools, trainers and utilities created by Code Breaker during 1992-1995.

    Assembly 28 5

  2. relativity relativity Public

    Relativity was a disk-magazine created for the PC MS-DOS operating system and published in 1997-1998. This repository contains of the source for each issue and is placed online for historical conte…

    Pascal 9 4

  3. x23_quantum x23_quantum Public

    Cracktro x23 Quantum.

    C 6 1

  4. defacto2-ad-sensenstahl defacto2-ad-sensenstahl Public

    defacto2 ad.

    Assembly 1

Repositories

Showing 10 of 156 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…