Let's Drive by E. Bosch
A downloadable game
LET'S DRIVE
A driving game for Commodore 64
Category: PUR-80
This a scrolling down driving game, the car is represented by "#" that
leaves a trail, the road curves are generated randomly. You can control the
car to left with "A" key and right with "L" key. If you are very near of the
border of the road you lose the control of the car and crash. After a while
if you keep the car in the road, you win.
There are screenshots of the game running (runX.png) and when you crash
(crash.png).
You can see the listing of the game screenshot (list.png). I tred to write
the game using the minimal amount of code as much as possible so that
allowed me to keep the code clean and readable with spaces, without
abbreviations and even a comment with the title and author.
This program is under MIT license:
Copyright (C) 2021 E. Bosch
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Status | Released |
Author | BASIC 10Liner |
Genre | Racing |
Tags | 8-Bit, basic, basic10liner, Commodore 64 |
Install instructions
Running: just attach the disk image "letsdrive.d64" to the emulator or copy
to a SD/uSD card for SD2IEC or Pi1541 to load on a real C64.
I have tested it with real C64 and VICE emulator, emulator command line:
x64sc -8 letsdrive.d64
and then from the C64:
LOAD"LET'S DRIVE",8
RUN
Leave a comment
Log in with itch.io to leave a comment.