Skip to content
@sceners

Sceners

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

Welcome to Defacto2's historical collection of code sources for tools, demos, intros, and magazines made for the Scene. These code repositories commonly target the Intel PC platform using x86 Assembly, Pascal, or C, and some sources may only compile on PC/MS-DOS or specific versions of 16-bit Microsoft Windows.

The original packages, archives and preview screen captures are @ Defacto2 file/list/github

Feel free to get in contact.


Clone all the repositories

You can clone all the repositories on sceners using a Bash-compatible shell with GitHub's official command line tool.

Note

The collection requires 2.1G

# 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

clone commands source

Pinned

  1. defacto2-ad-sensenstahl defacto2-ad-sensenstahl Public

    defacto2 ad.

    Assembly 1

  2. Code-Breaker Code-Breaker Public

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

    Assembly 27 5

Repositories

Showing 10 of 152 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…