
>What took you so long?
Life. But that doesn't matter, because the game has been rebooted, and it's being made in C++ on top of SDL. I've gotten way more time to work on the game recently, and way more motivation, and way more friends willing to contribute (shoutout to @CORDOVA, @Apocalypse and @Haram! 64!) (silly colors added for effect), so I decided to make more regular posts (think the weekly or biweekly range) given the amount of hype I and my friends have for the game.Each individual post may not last long, but it'll give you a small glimpse into what's being worked on for your viewing information as an INTERSPACE fan.

by @Apocalypse

by @Apocalypse

by @Apocalypse

by @Haram! 64
(check out 1x3Pencil for Haram's art threads!

INTERSPACE has a new work in progress main menu.
Track by @CORDOVA. Take a listen to their menu music tracks:
3xSPACE - CORDOVA
Glisten - CORDOVA, with edits by ENNWAY

INTERSPACE's reboot has a roadmap.
1. Start of Tiles - [YOU ARE HERE]
2. Entities
3. Worldgen
I am currently working on Tiles. There's not much to show currently, but as an example of a minimal viable tile (for you modder folk), this would be it currently:

JSON:
{
"name": "Test Tile",
"sortingWeight": "0.5",
"attributes": {
"drawUnderAll": true,
"defaultCollidable": true,
"hexColor": "#ffbbff",
"tileFile": "./data/sprites/tiles/TestTile.png",
"tileDescription": "Testing tile. Nothing to see here.",
"tileTitle": "Testing Tile",
"tileAbrv": "Test"
},
"tileParts": {
"BasicBlock": {
"variations": [
[
0,
0
]
],
"size": [
10,
10
]
}
}
}
This would allow you to make a tile identical to the behavior of the ones in the first post in this forum.
Here's some extra stuff that I deemed not as relevant.
Here's one of the WIP menu variations that I was working on while getting the situation with the engine figured out,
View: https://www.youtube.com/watch?v=BYSeAJPzDDY
Here's the aurora shader running in the engine, from when I was learning some stuff about the graphics library. It still exists, and was ported over.
View: https://www.youtube.com/watch?v=sbExLIY90bk
Here's one of the WIP menu variations that I was working on while getting the situation with the engine figured out,
Here's the aurora shader running in the engine, from when I was learning some stuff about the graphics library. It still exists, and was ported over.