VIC-20 Software Releases of 2024

Sticky Threads and Annoucements
Post Reply
fleischgemuese
Vic 20 Newbie
Posts: 13
Joined: Fri Dec 29, 2023 11:47 pm
Website: https://fleischgemuese.itch.io
Location: Germany

VIC-20 Software Releases of 2024

Post by fleischgemuese »

Name: FiZZ
Author: Andy Daumann
Genre: Puzzle Plattformer
Code: Turbo Rascal (TRSE)
Requirements: VIC-20, +35 KB RAM Expansion, Joystick, Floppy Drive

Image

Description: "FiZZ" is a unique platform puzzle game for the Commodore Vic20. It offers mind-bending puzzles for single and two players.

Key Features:
  • Gravity-Defying Gameplay: In "FiZZ", you have the power to switch gravity using gravity pods in all four directions. Outsmart laser obstacles with this unique mechanic.
  • Many levels: 47 Single Player and 30 Multi Player levels
  • Portal-Shooting Action: Harness the laser-powered portals to navigate through intricate mazes. Strategically place portals, use mirrors, and solve complex puzzles in both single-player and cooperative modes.
  • Varied Difficulty: Whether you're a puzzle enthusiast or new to the genre, "FiZZ" offers a wide range of challenges, from brain-teasing puzzles to more accessible levels suitable for all players.
  • Coop Mode: Team up an cooperative gaming experience. You can play the coop levels also as single player.
Download: https://fleischgemuese.itch.io/vic-fizz

This game is a port of my C64 version: https://fleischgemuese.itch.io/fizz

In-Game Screenshot:

Image

Read more and discuss FiZZ here: New Game: FiZZ for Vic20 (35Kb).
User avatar
huffelduff
Vic 20 Hobbyist
Posts: 125
Joined: Sat Sep 05, 2020 9:14 am

Re: VIC-20 Software Releases of 2024

Post by huffelduff »

Vic ToyBox
Platform: Commodore Vic 20 unexpanded and +8k
Written in: Assembler
Written by: W E de Villiers
Software type: Arcade game clones
Controls: Joystick only

Five games:
Chilopoda - Vic-20 unexpanded - A Centipede knock-off
Mars planet patrol - Vic-20 +8k - A Moon Patrol knock-off
Petscii Breakout - Vic-20 unexpanded - A Breakout knock-off
Railyard - Vic-20 unexpanded - Park some locomotives
Victris #64738 - Vic-20 unexpanded - A Tetris knock-off

Link: https://huffelduff.itch.io/vic-20-toybox
Image - Cover Back (Toybox).png
User avatar
Lechuck
Vic 20 Enthusiast
Posts: 183
Joined: Wed Nov 11, 2020 7:23 am
Location: Madrid
Occupation: IT

Re: VIC-20 Software Releases of 2024

Post by Lechuck »

Name: Prince of Persia (well, kind of)
Author: Pedro Bermejo
Genre: Platforms
Code: Assembler
Requirements: VIC-20 PAL (NTSC with some restrictions) +35k, Disk Unit/SD2IEC, Joystick optional

Description: This is my try to provide a version of this great game for the VIC-20. You have 60 minutes to rescue the princess from the vizier's clutches. Control the 'Kid' (as Jordan Mechner used to call him) by using the JoyStick or following keys:
'O' / 'P' - Left / Right
'Q' / 'A' - Up / Down
'SPACE BAR' - 'Special' movement

Screen can be centered by using the cursor keys. Game uses 27 columns x 29 rows so, in NTSC, first/last columns won't be fully visible.

If trying in VICE, just drag and drop the D64 on the emulator. If using real hardware, you need to load the 'LOADER.PRG' (with "*",8,1) and then run the BASIC program (just one line with the SYS call).

Screenshots:

Image

Image

Discussion/Comments Here
Attachments
pop1.4.zip
(39.58 KiB) Downloaded 67 times
Last edited by Lechuck on Wed May 08, 2024 2:56 pm, edited 1 time in total.
User avatar
huffelduff
Vic 20 Hobbyist
Posts: 125
Joined: Sat Sep 05, 2020 9:14 am

Re: VIC-20 Software Releases of 2024

Post by huffelduff »

Title: Formula V20 '85
Platform: Commodore Vic-20 +24k expansion
Language: Assembler
Media: Floppy Disk / Tape
Video: PAL/NTSC
Interface: Joystick
Software type: Arcade game - Poll Position / Pit stop II clone
Written by: W E de Villiers
Release date: April 2024

Formula V20 '85 is a racing computer game for the 24k expanded Commodore Vic-20. It has been crafted in the style of the classic Commodore 64 games Pitstop II and Pole position. Pick from seven different racing teams and four different circuits. Join a single race or compete in the world championship.
Screenshot #03.png
link: https://huffelduff.itch.io/formula-v20- ... -vic20-24k
aeb
Vic 20 Dabbler
Posts: 70
Joined: Sat Jun 19, 2004 2:06 pm

Re: VIC-20 Software Releases of 2024

Post by aeb »

Name: Hare Basic
Author: Aleksi Eeben
Genre: Programming, BASIC interpreter
Code: Assembler
Requirements: VIC 20 + 32/35k

vicraster.png
vicraster.png (6.57 KiB) Viewed 60 times

Description:
Hare Basic is a fast, limited instruction set, integer-only basic interpreter for VIC 20 and C-64. Hare Basic syntax is very similar to CBM BASIC, but there's quite a few restrictions and some critical differences. You should still feel like at home right away, just dive in!

It's just a rabbit, so don't expect too much. But when you get it running, it's fast! 🐰

A=USR(10) in CBM BASIC starts running a Hare Basic program (or subroutine) starting from line 10. If you're writing your entire program in Hare Basic, just type A=USR(10):END on the first basic line. This way you can start your program normally with a RUN.

See Hare Basic Handbook for details: https://bit.ly/harebasichandbook

Introduction & discussion 🧶: http://sleepingelephant.com/ipw-web/bul ... 84#p121184

Download: https://bit.ly/harebasic or
Hare Basic.zip
(24.25 KiB) Downloaded 6 times
Post Reply