kryschen's Avatar

kryschen

@kryschen.bsky.social

Seit 2008 widmen wir uns der Welt der Videospiele. Alle Ausgaben kostenlos und ohne Werbung unter: https://sites.google.com/view/kryschen

149 Followers  |  152 Following  |  1,301 Posts  |  Joined: 01.12.2023  |  2.2076

Latest posts by kryschen.bsky.social on Bluesky

Post image

Quelle: E-Fuels: Sind synthetische Kraftstoffe die Zukunft? share.google/uz42aov33AKS...

14.10.2025 18:19 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Of course there will be cargo pants!

08.10.2025 06:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

Buy my merchandise โ€“ NOW!
No, just kidding! These things are currently unavailable, just like my game. But tell me, what do you think of the clothes?

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

07.10.2025 11:37 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

Done! The last paragraph below contains my complete universe with all the resources and prices for every single planet in the game.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

06.10.2025 19:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

Okay, 2 out of 3. The first two arrays are full and working. After GG and PP, the only thing missing is the UU array.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

05.10.2025 21:57 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Oben: Hier sehen wir einen Kartoffelbauer bei der Ernte.

05.10.2025 17:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

I think I've figured it out. An array of strings isn't complicated with Atari Basic, but it's very limited. So I'll have to approach it differently.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

05.10.2025 14:26 โ€” ๐Ÿ‘ 7    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image 03.10.2025 15:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Damals gab es noch Knรถppรถ!
Da konne man รผberall druff dรผggรถ! ๐Ÿ˜

03.10.2025 14:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

I'm still doing something wrong with the arrays. First everything's fine. But when I call them again later, there's nothing but nonsense in them.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

03.10.2025 10:14 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

My game is far from finished, but I'd love this hoodie right now. Would you buy it?

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

02.10.2025 13:23 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image 02.10.2025 10:18 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Falls Ihr Euch diese Zahl schwer vorstellen kรถnnt, in Sekunden umgerechnet wird es etwas leichter:
1 Million Sekunden sind rund elfeinhalb Tage,
1 Milliarde Sekunden sind schon 31,7 Jahre.

Jetzt schaut einmal auf Euren Kontoauszug!

02.10.2025 09:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
10 DIM P01(10): DIM G01(10)
20 FOR I=1 TO 10:R=RND(0)
30 P01(I)=I*20:G01(I)=(11-I)*5
40 ? P01(I),:? G01(I),
50 ? INT(P01(I)*R),:? INT(G01(I)*(1/R))
60 NEXT I

10 DIM P01(10): DIM G01(10) 20 FOR I=1 TO 10:R=RND(0) 30 P01(I)=I*20:G01(I)=(11-I)*5 40 ? P01(I),:? G01(I), 50 ? INT(P01(I)*R),:? INT(G01(I)*(1/R)) 60 NEXT I

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

Array test: Columns 1 and 2 are the price and number of goods from Planet 1. In columns 3 and 4 I modified the values: more goods means a lower price.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

01.10.2025 18:57 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Da steht wirklich: โ€ฆ Alle Programme
"fรผr Gleichstellung" und
"gegen Diskriminierung" wรผrden beendet โ€ฆ

30.09.2025 19:33 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
2000 REM NAVI
2010 GRAPHICS 0:DIM PP(20)
2020 RESTORE 2100
2030 FOR Y=1 TO 20:READ X:PP(Y)=X
2040 POSITION 19,Y
2050 ? "...................."
2060 POSITION 18+X,Y: ? "โ€ข"
2070 NEXT Y
2080 END
2100 DATA 9,13,4,20,6,1,16,18,7,11,19,3, 15,14,5,10,17,8,12,2

2000 REM NAVI 2010 GRAPHICS 0:DIM PP(20) 2020 RESTORE 2100 2030 FOR Y=1 TO 20:READ X:PP(Y)=X 2040 POSITION 19,Y 2050 ? "...................." 2060 POSITION 18+X,Y: ? "โ€ข" 2070 NEXT Y 2080 END 2100 DATA 9,13,4,20,6,1,16,18,7,11,19,3, 15,14,5,10,17,8,12,2

star map 20x20
Planet Position PP(Y)

star map 20x20 Planet Position PP(Y)

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

Today I started with the navigation section. Here's the star map, which I created previously using a permutation matrix.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

29.09.2025 21:57 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a cat is sitting on a couch with its mouth open . ALT: a cat is sitting on a couch with its mouth open .
27.09.2025 09:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It's 23:00 CEST. No one, no country uses AM or PM in Europe! ๐Ÿ˜‘

23.09.2025 17:14 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Cyberpunk? ๐Ÿค”

22.09.2025 11:38 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

The first draft of the ship. No, I don't like it at all. It needs to be bulkier and bigger. Click to enlarge โ†”๏ธ

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

21.09.2025 21:28 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image Post image

#KRYSCHEN #RetroGaming

PHILIPS VIDEOPAC 34 (1981)

Satellite attack
Satelliten-Angriff
Les satellites attaquent

#PhilipsVideopacG7000 #Philips #Videopac #Magnavox #Odyssey #CommanderROM

17.09.2025 22:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

What i see โ€ฆ

16.09.2025 11:02 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

#KRYSCHEN #RetroGaming

Mein "neuer" Philips Videopac G7000 hatte leider einen defekten Joystick. Heute habe ich ihn ausgetauscht: aus alt wird (so gut wie) neu! ๐Ÿ˜

#PhilipsVideopacG7000 #Philips #Videopac #Magnavox #Odyssey #CommanderROM

14.09.2025 19:51 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image Post image

#KRYSCHEN #RetroGaming

Mein Philips Videopac+ G7400 liegt schon lange kaputt auf dem Dachboden. Heute schenkt mir meine SUPERMAUS einen alten Kindheitstraum: โค๏ธโค๏ธโค๏ธ

#PhilipsVideopacG7000 #Philips #Videopac #CommanderROM

11.09.2025 21:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

I can't put the planet names into an array? Okay, then I'll just take care of the prices and quantities of galactic goods first!

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

09.09.2025 05:30 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
Okay, either I forgot or never knew

Merge two #BASIC listings:
Save part 2 using LIST"D:*2.LST"
Load part 1 with LOAD"D:*1.BAS"
Add part 2 to 1 using ENTER"D:*2.LST"

โš ๏ธCaution:
identical line numbers will be overwritten!

#THE400Mini #Atari #Homecomputer #RetroCoding

08.09.2025 18:34 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

Okay, I have to clean up this mess. But my problem today was saving a file with LIST and then reloading it with ENTER.

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

07.09.2025 22:12 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image Post image Post image

#KRYSCHEN #NOSTROMO
A space trading game in Atari Basic.

1๏ธโƒฃ2๏ธโƒฃ 1. just type in 2. make lines
3๏ธโƒฃ4๏ธโƒฃ 3. final listing 4. and save!

#THE400Mini #Atari #BASIC #Homecomputer #RetroCoding #RetroGames #8bit #8bitart #pixelart

06.09.2025 14:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yes, I was a kid and very bored. So... it is possible to mix cartridges 1 and 22. Start a game with 22 and remove it while the game is running. Now insert cartridge 1. In most cases, it is now possible to split the space spider with joysticks 1 and 2 and continue driving it as a car. Have fun! ๐Ÿคช

05.09.2025 09:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

As a child, I spent hours playing this title! ๐Ÿ˜…

05.09.2025 07:43 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@kryschen is following 19 prominent accounts