I am taking a small break from my translator project and I am now working on a taxi game. It will be using Celtic. I am going to keep working on both projects, and try to get both projects finished this month.I will be work on both projects but I will be switching off every day on the projects I am doing.
Here is a GIF
Here is a image of my initial progress.

Can I get help with this code. It uses Celtic.

Code:
prgmROADFONT
"ÊËàÀÁÂÄÈÉáâä
det(16,227,227
"âÀáÀáÀáÀáÀÉ ÁÊÁÊÁÊÁÊÁÊÁ ÂÀËÀËÀËÀËÀÄ ÁÊÁÊÁÊÁÊÁÊÁ ÂÀËÀËÀËÀËÀÄ ÁÊÁÊÁÊÁÊÁÊÁ ÂÀËÀËÀËÀËÀÄ ÁÊÁÊÁÊÁÊÁÊÁ ÈÀàÀàÀàÀàÀä→Str9

det(13,1,000,000,227,227,0,0,sub(Str9,1,11
Pause
det(13,1,000,000,227,227,0,13,sub(Str9,13,11

Pause
prgmROADFONT


EDIT: I figured it out.
Have you thought about trying to write your game in C? Sprites are easily usable with graphX, and there are more people who would be open to debugging it.
claculator wrote:
Have you thought about trying to write your game in C? Sprites are easily usable with graphX, and there are more people who would be open to debugging it.

I don't know C
Neither did I (before working on Csym), but it is not that hard to learn, you could look at some tool chain examples for help.
claculator wrote:
Neither did I (before working on Csym), but it is not that hard to learn, you could look at some tool chain examples for help.

Where can I find the toolchain.
You can find the toolchain at https://ce-programming.github.io/toolchain/, if you are still wondering.
claculator wrote:
You can find the toolchain at https://ce-programming.github.io/toolchain/, if you are still wondering.

Doesn't work.
https://ce-programming.github.io/toolchain/
I accidentally included the comma in the link
How easy is it to learn?
Here is a gif of the taxi roads being built.

Again like usual it uses a font.My specialty. Mr Green
If you just start your own code, possibly using toolchain examples as a base, it helps you get a solid grasp on it.
Here's a nice example for you:
Code:
#include <tice.h>
#include <stdio.h>

int main() {
    os_ClrHome();
    printf("Hello, World!");
    while (!os_GetCSC());
    return 0;
}

One more thing, rendering things takes an exponentially shorter amount of time in C, compared to hybrid basic, and the taxi roads could just be one sprite, instead of a font.
Also, the battery percentage indicator shows up halfway through rendering. (why?)
claculator wrote:
One more thing, rendering things takes an exponentially shorter amount of time in C, compared to hybrid basic, and the taxi roads could just be one sprite, instead of a font.

I purposely made it slow down just to show everyone how it renders. The real rendering is instantaneous.
claculator wrote:
The battery percentage indicator shows up halfway through rendering. (why?)

I don't know. I would also love to know how to disable it.
Here is the full code for the rendering.

Code:
prgmROADFONT
"ÊËàÀÁÂÄÈÉáâä
det(16,227,227
"âÀáÀáÀáÀáÀÉ ÁÊÁÊÁÊÁÊÁÊÁ ÂÀËÀËÀËÀËÀÄ ÁÊÁÊÁÊÁÊÁÊÁ ÂÀËÀËÀËÀËÀÄ ÁÊÁÊÁÊÁÊÁÊÁ ÂÀËÀËÀËÀËÀÄ ÁÊÁÊÁÊÁÊÁÊÁ ÈÀàÀàÀàÀàÀä→Str8

sub(Str8,1,11→Str9
det(13,1,000,000,227,227,0,0

sub(Str8,13,11→Str9
det(13,1,000,000,227,227,0,14

sub(Str8,25,11→Str9
det(13,1,000,000,227,227,0,28

sub(Str8,37,11→Str9
det(13,1,000,000,227,227,0,42

sub(Str8,49,11→Str9
det(13,1,000,000,227,227,0,56

sub(Str8,61,11→Str9
det(13,1,000,000,227,227,0,70

sub(Str8,73,11→Str9
det(13,1,000,000,227,227,0,84

sub(Str8,85,11→Str9
det(13,1,000,000,227,227,0,98

sub(Str8,97,11→Str9
det(13,1,000,000,227,227,0,112
Pause
prgmROADFONT
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement