All Projects → dfloer → SC2k-docs

dfloer / SC2k-docs

Licence: other
Documentation related to the implementation of Maxis' game, SimCity 2000.

Projects that are alternatives of or similar to SC2k-docs

Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+1888.7%)
Mutual labels:  simcity, simcity-2000, sc2k
city-builder-games
Resources and info about open source city builder games.
Stars: ✭ 22 (-90.79%)
Mutual labels:  games, city-builder
Docker Dontstarvetogether
Dockerfile for building a Don't Starve Together dedicated server image.
Stars: ✭ 240 (+0.42%)
Mutual labels:  games
verlet
build and animate objects according to verlet physics. pure golang library
Stars: ✭ 26 (-89.12%)
Mutual labels:  games
gamebot
Add multiplayer games to Discord with Gamebot, and join thousands of players!
Stars: ✭ 68 (-71.55%)
Mutual labels:  games
Openmu
This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
Stars: ✭ 243 (+1.67%)
Mutual labels:  games
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (-74.48%)
Mutual labels:  games
Unreal Finder Tool
Useful tool to help you fetch and dump Unreal Engine 4 Games information.
Stars: ✭ 237 (-0.84%)
Mutual labels:  games
rpgwizard
2D RPG Game creator
Stars: ✭ 37 (-84.52%)
Mutual labels:  games
PyProjects
These are a collection of some cool games in Python, which you may show up as some funky Python projects.
Stars: ✭ 26 (-89.12%)
Mutual labels:  games
Urbanization
A Micropolis (Simcity classic) inspired city building game written in C#
Stars: ✭ 66 (-72.38%)
Mutual labels:  simcity
wowstat
A World of Warcraft realm status monitor
Stars: ✭ 20 (-91.63%)
Mutual labels:  games
Dome
A lightweight game development environment where games can be written in Wren
Stars: ✭ 251 (+5.02%)
Mutual labels:  games
Python-Games
A collection of small python games made by me using pygame and tkinter libraries
Stars: ✭ 121 (-49.37%)
Mutual labels:  games
Open spiel
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
Stars: ✭ 2,991 (+1151.46%)
Mutual labels:  games
sdk-for-unity-vr-starter-project
[Deprecated] SpatialOS SDK for Unity Virtual Reality Starter Project
Stars: ✭ 43 (-82.01%)
Mutual labels:  games
Classicuo
ClassicUO - an open source implementation of the Ultima Online Classic Client.
Stars: ✭ 239 (+0%)
Mutual labels:  games
ProfesorOak
Bot de Telegram para usuarios de Pokémon GO.
Stars: ✭ 50 (-79.08%)
Mutual labels:  games
Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
Stars: ✭ 51 (-78.66%)
Mutual labels:  games
Wortuhr ESP8266
Wortuhr mit ESP8266 WeMos D1 mini und NeoPixel WS2812B LEDs mit mp3 Sounds, Animationen, Transitions, Events und Spiele
Stars: ✭ 33 (-86.19%)
Mutual labels:  games

SC2k-docs

Unofficial documentation related to the implementation of Maxis' game, SimCity 2000.
In general, these documents pertain to the Windows 95 Special Edition version of the game.

License:

licensebuttons by-sa
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Contents:

  • sc2 file spec.md: specifications on the .sc2 file format.
  • sprite data spec.md: Specifications of the data files used to store the various building, terrain, road and other sprites in the game with a section for the additional specifications for MIF files.
  • text data spec.md: Specifications for the newspaper and other text data files for the game. The newspaper specification is considered a work in progress as it can parse all of the text, but very little around how stories are composed has been determined.
  • simulation spec.md: Specifications for how the actual simulation works. Examples: how the power or water system works, how traffic works.

Status:

The sc2 file specifications are largely complete. Sprite parsing is complete. The text data is useful enough to generate any complete newspaper stories, while the rest of the text format is simple and captured in the documents.

The simulation spec is a start at cataloguing all of the information about the internals of the game.

I'd like to help:

Great! Open a Pull Request with a correction or additional information. If it's spelling or otherwise simple, it should be merged right away.

For things more complex, please add supporting evidence, such as screenshots from the game, discussion of testing methodology, etc. Basically, enough that someone else can reproduce the results. Be wary of the manuals and other information floating around online, they're not always right on how the game actually works internally.

Opening an issue is also a good place to get started, and allows discussion while figuring whatever out.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].