Window by RoePipi

Add to
My games
Add to
Wishlist
Save to
Collection
No reviews
Exceptional
Meh
Skip

About

INTRODUCTION

============

It's Snake. But with a window. You need to get all the dots which are counting down to zero. Every dot makes your window bigger.

FEATURES (and their true meanings)

==================================

- A wannabe classic (Snake. Window. Got it?)

- The power of a window on C16 and Plus/4 (How to constantly clear and redraw a big object)

- Use either joystick port (P=1:DO:P=3-P:LOOP UNTIL JOY(P). There.)

- Accomodates to any color schemes (Uses defaults.)

- One-minute game (This game is a joke.)

- Sound! (One.)

GAME INSTRUCTIONS

=================

Use a real or virtual joystick in either of the 2 built-in ports.

To start the game, press fire on joystick.

Using all 8 directions of the stick, move the window onto the dot counting down. If you reach it before the dot counts to 0, your window gets bigger, and a new dot starts counting down from 9 at a random location. You win the game when you get the dot at window size 22. If you can't get to the dot in time, the game ends and restarts.

Note that dots are counting down in real time (using the built-in TIME variable), not relating to your moves.

PROGRAM LINES OVERVIEW

======================

0 init

1 display "bottom bar" message, detect joy port

2 set in-game bottom bar message, volume and end-game messages

3 loop: increase window, display size, check end-size

4 update window, clear "desktop"

5 search for a suitable new place for a new dot, beep

6 display new dot, reset timer, take care of window growth at right/bottom edges

7 loop: update dot, check timeout/win, display end message, restart program

8 joy handling, update coordinates, clear window

9 take care of window position, draw window, check dot's existence

VARIABLES

=========

const B bottom screen border (24)

B$ window's bottom bar gfx

F dot poke address (3072-4070, excl. right screen border)

I,J loop variables

L window left column (0 - 33-W)

L$ window's left bar gfx

M win flag (0/1)

const M$(0-1) end messages ("FAIL"/"WIN")

const O dot power original amount/poke value (185.99)

session P used joy port (1/2)

R$ window's right bar gfx

T window top row (0 - 22-W)

T$ window's top bar gfx

W window size (1-22)

W$ window gfx

const X(0-8) joy X directions (-1 - 1)

const Y window border pokes base - sort of (2022)

const Y(0-8) joy Y directions (-1 - 1)

const Z inverted 0 poke value (176)

Platforms
Genre
Release date
Developer
BASIC 10Liner
Age rating
Not rated

System requirements for PC

Read more...
Window by RoePipi screenshot, image №3227388 - RAWG
Edit the game info
Last Modified: Feb 7, 2022

Where to buy

itch.io