Search found 4 matches

by tallLeRoy
Tue Sep 24, 2024 9:31 pm
Forum: Libraries and Examples
Topic: Prog8 VERA FX Affine rotation of a Sprite
Replies: 0
Views: 234

Prog8 VERA FX Affine rotation of a Sprite

R48 ROM and Emulator - Prog8 version 10.4.2 commit d34481 or later. ( floats.cos() had a code generation error. ) This example takes a 4bit 64x64 sprite, transforms it to tile and map notation for VERA FX Affine transformation, and rotates the sprite using VERA FX Affine operations. The difficult pa...
by tallLeRoy
Sat Apr 27, 2024 4:15 pm
Forum: Games
Topic: 'VERAfied' version of 'Hunt the Wumpus'
Replies: 0
Views: 1726

'VERAfied' version of 'Hunt the Wumpus'

According to Wikipedia this program was written by Gregory Yob in 1973. It was published in Creative Computing as a BASIC game. The algorithm used here is based on the BASIC program 'Wumpus 1'. Published in the book 'More BASIC Computer Games' edited by David H. Ahl and published by Workman Publishi...
by tallLeRoy
Thu Apr 18, 2024 7:24 pm
Forum: Games
Topic: Baccarat
Replies: 2
Views: 1660

Re: Baccarat

Confirmed for R47
by tallLeRoy
Sun Mar 10, 2024 2:53 pm
Forum: Games
Topic: Baccarat
Replies: 2
Views: 1660

Baccarat

Screenshot 2024-03-10 at 10.04.44 AM.png Baccarat is a game with some development history. It began as a BASIC game in the book 'More BASIC Computer Games' Edited by David H. Ahl and published by Workman Publishing New York in 1979. I took the BASIC program on page 4 and 5 and translated it into Pr...