Search found 18 matches
- Sat Nov 09, 2024 7:14 pm
- Forum: Games programming
- Topic: Getting started with CVBasic
- Replies: 0
- Views: 1727
Getting started with CVBasic
Hi all! I decided to put together a small guide to programming Creativision using CVBasic. As you maybe know, CVBasic is an integer BASIC compiler with a QBasic-alike syntax, it targets several platforms, and the 6502 in the Creativision. The first step is downloading the most recent version of CVBa...
- Sat Nov 09, 2024 7:06 pm
- Forum: Homebrew software and hardware (excluding games)
- Topic: Sound effect editor (CVBasic)
- Replies: 0
- Views: 1675
Sound effect editor (CVBasic)
Hi all! It is kind of hard to experiment manually with sound effect generation for the Creativision and CVBasic. So I decided to repurpose my Intellivision sound editor (you can see it at https://forums.atariage.com/topic/320358-sound-effect-editor/ ) and use the bigger screen space available in the...
- Sat Nov 09, 2024 7:00 pm
- Forum: Games programming
- Topic: Brinquitos for Creativision
- Replies: 4
- Views: 5294
Re: Brinquitos for Creativision
Cool! Thanks!
- Thu Oct 17, 2024 9:49 pm
- Forum: Games programming
- Topic: Brinquitos for Creativision
- Replies: 4
- Views: 5294
Brinquitos for Creativision
Hi all! I've coded another CVBasic game example: Brinquitos. I've developed this game as an example for a local university, and it is small enough to be explained in one hour. In this game you must jump over clouds without falling down. It is a single button game. Enjoy it! P.S: Brinco means jump in...
- Tue Aug 27, 2024 4:18 pm
- Forum: Games programming
- Topic: New game! Whack 'Em Smack 'Em Byrons
- Replies: 30
- Views: 17677
Re: New game! Whack 'Em Smack 'Em Byrons
I'm glad to know I finally made the joystick to work properly in diagonals
- Tue Aug 27, 2024 4:07 pm
- Forum: Games programming
- Topic: GORILLA.BAS for Creativision
- Replies: 2
- Views: 3288
Re: GORILLA.BAS for Creativision
Amazing! Thank you very much
- Tue Aug 27, 2024 1:26 am
- Forum: Games programming
- Topic: New game! Whack 'Em Smack 'Em Byrons
- Replies: 30
- Views: 17677
Re: New game! Whack 'Em Smack 'Em Byrons
it is not fully documented yet, but you can access the Creativision keypad reading directly $18, $19, $1a and $1b by using PEEK(). This is because the Creativision controllers are complicated enough that it is preferred to call the BIOS to process the controller instead of writing my own subroutines...
- Mon Aug 26, 2024 6:04 pm
- Forum: Games programming
- Topic: GORILLA.BAS for Creativision
- Replies: 2
- Views: 3288
GORILLA.BAS for Creativision
Hi. I've added support for keypad (at least the numbers, RETN and the left arrow) to the latest version of CVBasic. With this is enough to make GORILLA.BAS to work in Creativision. You can download it from here: https://nanochess.org/archive/gorilla_multiplatform_cvbasic.zip This is a 32KB ROM that ...
- Sat Aug 17, 2024 5:05 pm
- Forum: Games programming
- Topic: Help for testing in real hardware
- Replies: 4
- Views: 3328
Re: Help for testing in real hardware
Thank you very much!
- Fri Aug 16, 2024 4:37 pm
- Forum: Games programming
- Topic: Help for testing in real hardware
- Replies: 4
- Views: 3328
Re: Help for testing in real hardware
Hi nanochess, i have tested your 3 games on real hardware (using the MegaSDCard) and not only do they work great, they also play very nice! thanks for the awesome work! Cheers, TOM:0) Thanks you so much for your help! :) I now can remove the "experimental" label from the CVBasic README. Please coul...