├── LICENSE ├── README.md ├── bin ├── ALIEN.EXE ├── WATER.EXE ├── grass.EXE ├── sonic-hills.EXE └── subterrain.EXE ├── screenshots ├── ALIEN.png ├── WATER.png ├── grass.png ├── sonic-hills.png └── subterrain.png └── src ├── ALIEN.PAS ├── WATER.PAS ├── grass.PAS ├── sonic-hills.PAS └── subterrain.PAS /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/README.md -------------------------------------------------------------------------------- /bin/ALIEN.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/bin/ALIEN.EXE -------------------------------------------------------------------------------- /bin/WATER.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/bin/WATER.EXE -------------------------------------------------------------------------------- /bin/grass.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/bin/grass.EXE -------------------------------------------------------------------------------- /bin/sonic-hills.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/bin/sonic-hills.EXE -------------------------------------------------------------------------------- /bin/subterrain.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/bin/subterrain.EXE -------------------------------------------------------------------------------- /screenshots/ALIEN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/screenshots/ALIEN.png -------------------------------------------------------------------------------- /screenshots/WATER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/screenshots/WATER.png -------------------------------------------------------------------------------- /screenshots/grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/screenshots/grass.png -------------------------------------------------------------------------------- /screenshots/sonic-hills.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/screenshots/sonic-hills.png -------------------------------------------------------------------------------- /screenshots/subterrain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/screenshots/subterrain.png -------------------------------------------------------------------------------- /src/ALIEN.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/src/ALIEN.PAS -------------------------------------------------------------------------------- /src/WATER.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/src/WATER.PAS -------------------------------------------------------------------------------- /src/grass.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/src/grass.PAS -------------------------------------------------------------------------------- /src/sonic-hills.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/src/sonic-hills.PAS -------------------------------------------------------------------------------- /src/subterrain.PAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sp4cerat/1K-3D-Voxel-Engines-1990s-/HEAD/src/subterrain.PAS --------------------------------------------------------------------------------