Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 387 online users. » 0 Member(s) | 385 Guest(s) Bing, Google
|
Latest Threads |
Strange Happenings
Forum: Bug Reports
Last Post: boriel
05-23-2025, 09:15 AM
» Replies: 4
» Views: 723
|
.tap file code not execut...
Forum: Help & Support
Last Post: Zoran
04-28-2025, 10:59 AM
» Replies: 4
» Views: 1,031
|
Exit from more than one l...
Forum: Wishlist
Last Post: Duefectu
04-23-2025, 10:06 PM
» Replies: 3
» Views: 842
|
put small ASM programs li...
Forum: How-To & Tutorials
Last Post: Zoran
04-18-2025, 02:02 PM
» Replies: 6
» Views: 2,452
|
Creating +3 Menus - Loadi...
Forum: Help & Support
Last Post: merlinkv
04-16-2025, 02:08 PM
» Replies: 6
» Views: 1,390
|
Randomize not very random...
Forum: Help & Support
Last Post: Zoran
04-08-2025, 10:40 AM
» Replies: 4
» Views: 1,519
|
Scope rules
Forum: Bug Reports
Last Post: Zoran
04-04-2025, 09:46 AM
» Replies: 2
» Views: 730
|
Using constants not allow...
Forum: Bug Reports
Last Post: baltasarq
03-19-2025, 10:00 PM
» Replies: 8
» Views: 1,876
|
404 page not found
Forum: Documentation
Last Post: boriel
03-08-2025, 07:16 PM
» Replies: 5
» Views: 3,462
|
Spectrum keywords codes
Forum: Bug Reports
Last Post: boriel
03-08-2025, 11:00 AM
» Replies: 1
» Views: 688
|
|
|
Escape from Cnossus |
Posted by: Felix - 07-11-2013, 05:09 PM - Forum: Gallery
- Replies (3)
|
 |
Hot on the heels of Spectral Dungeons, I give you a new roguelike, this time with graphics and more complex gameplay.
![[Image: cnossus-tiles5-480x360.png]](http://notimetoplay.org/wp-content/uploads/2013/07/cnossus-tiles5-480x360.png)
For the gory details, see:
Feedback is of course welcome. Thank you for playing.
|
|
|
Option to add a loading screen to the tape file? |
Posted by: Felix - 07-11-2013, 09:03 AM - Forum: Wishlist
- Replies (1)
|
 |
This may be a hare-brained idea, but ZXBasic already has options to generate a tape file and put an auto-loader on it. Which makes it incredibly convenient. Why not add a little more convenience in the form of an option to put a loading screen on the same tape file (and of course expand the autoloader to handle it)?
|
|
|
Limits in UDG bank switching trick [solved] |
Posted by: Felix - 07-09-2013, 06:22 PM - Forum: Help & Support
- Replies (5)
|
 |
In my latest game (which you can download here), I use the UDG bank switching trick described in the How to Write a Pac Man Clone tutorial. Unfortunately, it only allows UDGs from "\A" to "\U", whereas I need to go up to "\W" -- I have only 8 terrain tiles, but 23 different items. I suspect there is a way around the limitation, but my knowledge of ZX Spectrum development is rusty at best. (I'm lucky to have ZXBasic holding my hand so much, heh heh.) Help, please? Thank you.
Edit: never mind, in the mean time the question was answered over at World of Spectrum. I'm leaving this here for reference purposes.
|
|
|
Undocumented continuation line syntax? |
Posted by: Felix - 07-09-2013, 03:12 PM - Forum: Documentation
- Replies (3)
|
 |
Hello, everyone! First time poster here.
While working on my second ZXBasic game, I accidentally discovered a syntax feature I can't seem to find documented anywhere.
Namely, a backslash at the end of a line causes it to be concatenated with the next one. That also works inside a comment, in which case the next line is "eaten up". That's more or less like in C, if I remember correctly, but in ZXBasic it surprised me because the wiki only mentions the underscore as a continuation line.
Is there anything I missed?
|
|
|
|