Jump to content

Short and Sweet (SSGC) contest


314 replies to this topic

#301  

    Dragonstomper

  • 573 posts
  • Joined: 02-February 10
  • Location:Richmond, VA

Posted Sun May 2, 2010 3:25 PM

I'm fine either way. My preferences is to do the SSGC book first, since it ties in nicely with the compilation disk, and then start a new project where everyone can start submit their own COMPUTE! style programs and articles. I think that would make a fantastic project of its own, and would benefit from being freed of the 30/10 constraint of the competition.

Meanwhile, the SSGC book is looking like it will be at least 40 pages. The code listings for the progs take two pages each, so it adds up quickly. :)

#302  

    Moonsweeper

  • 384 posts
  • Joined: 21-September 08
  • Location:Toledo, OH

Posted Sun May 2, 2010 4:27 PM

View PostOpry99er, on Sun May 2, 2010 1:45 PM, said:

I am cool with whatever you guys want to do. :) I say majority should rule... It's not my project anymore. :) I will print and distribute the product, but I don't think it's my place to say what should be. However, if this is to be an SSGC compilation, it cannot include games that were not entered into the SSGC contest. If you guys wanna go bigger and do something bigger than just the SSGC, I think that is a cool idea. You guys just need to decide whether you wanna go for an SSGC compendium or a 30/30 compendium.



Sounds to me like it should be left as-is. It'd have to at least mention the contest as over half of its entries would come from that starting point, so it may be best to do as Codex just said, do this one, and then move on to something else.

#303  

    Dragonstomper

  • 573 posts
  • Joined: 02-February 10
  • Location:Richmond, VA

Posted Mon May 3, 2010 8:57 PM

Quick, must post before the board crashes again! :)

Here's an updated sampling of the manual, this time with code listings. This thing is easily going to be a 64-page book now. Since there is more than one page per game, I've moved the programmer's name to the second page. Might have to move it back though if the odd-number-of-pages-per-game makes it look crappy when printed.

Let me know if the fonts are too big or too small or just right, baby bears.

Ta!

Attached File  TI_Manual_demo2.pdf   50.27K   18 downloads

PS - All programs have been RESEQUENCE'd 100, 10 before pasting into the book, and I added spaces after all the commas so that lines would wrap nicely. Hope this doesn't screw up any code by making the lines too long to enter. :ponder:

Edited by The Codex, Mon May 3, 2010 8:59 PM.


#304 ONLINE  

    Moonsweeper

  • 432 posts
  • Joined: 04-March 10
  • Location:St. Paul, MN, USA

Posted Mon May 3, 2010 9:07 PM

View PostThe Codex, on Mon May 3, 2010 8:57 PM, said:

Quick, must post before the board crashes again! :)

Here's an updated sampling of the manual, this time with code listings. This thing is easily going to be a 64-page book now. Since there is more than one page per game, I've moved the programmer's name to the second page. Might have to move it back though if the odd-number-of-pages-per-game makes it look crappy when printed.

Let me know if the fonts are too big or too small or just right, baby bears.

Ta!

Attachment TI_Manual_demo2.pdf

PS - All programs have been RESEQUENCE'd 100, 10 before pasting into the book, and I added spaces after all the commas so that lines would wrap nicely. Hope this doesn't screw up any code by making the lines too long to enter. :ponder:
Looks fantastic! However, I still think we need to have color screen shots in order to really do justice to the games. My 2 cents.

#305  

    Chopper Commander

  • 198 posts
  • Joined: 07-March 10

Posted Mon May 3, 2010 9:15 PM

View PostThe Codex, on Mon May 3, 2010 8:57 PM, said:

Quick, must post before the board crashes again! :)

Here's an updated sampling of the manual, this time with code listings. This thing is easily going to be a 64-page book now. Since there is more than one page per game, I've moved the programmer's name to the second page. Might have to move it back though if the odd-number-of-pages-per-game makes it look crappy when printed.

Let me know if the fonts are too big or too small or just right, baby bears.


I'm not sure of the size of the book but have you considered mimicking how Micropendium and some of the TI columnists listed their code, in 28-column format, like a newspaper with multiple columns? Just a thought. It might conserve space and it has the added benefit of lining up a program as it would look on a TI. Granted, the programs are on disk so no one should have to re-enter the code... but it might give you flexibility for the book. No matter what you select, it's a cool idea and looks great :))

#306  

    Stargunner

  • 1,758 posts
  • Joined: 25-October 06

Posted Tue May 4, 2010 3:54 AM

How about program listings like this

>100 OPTION BASE 1::CALL SCREEN(2)::CALL CLEAR::SC=0::LF=3::LVL=1::FX=3
     ::FY=2::DIM X(10)::DIM Y(10)::DIM H(4)::DIM V(4)
>110 H(1)=-1::V(1)=0::H(2)=1::V(2)=0::H(3)=0::V(3)=1::H(4)=0::V(4)=-1::
     PT=100::GRD=100::PIL=104::FLY=112::SPD=120
>120 FOR C=1 TO 8::CALL COLOR(C,15,1)::NEXT C::CALL COLOR(9,6,1)::CALL
     COLOR(10,9,1)::CALL COLOR(11,11,1)::CALL COLOR(12,4,1)
>130 READ GRD$,PIL$,FLY$,SPD$::CALL CHAR(GRD,GRD$)::CALL CHAR(PIL,PIL$)
     ::CALL CHAR(FLY,FLY$)::CALL CHAR(SPD,SPD$)
>140 CALL CLEAR::READ RN::RANDOMIZE RN::FOR I=1 TO 11::CALL HCHAR(INT(
     RND*22)+2,INT(RND*32)+1,GRD,INT(RND*16)+8)::NEXT I
>150 FOR I=1 TO 11::CALL VCHAR(INT(RND*22)+2,INT(RND*32)+1,GRD,INT(
     RND*12)+9)::NEXT I
...
:)

#307  

    Dragonstomper

  • 770 posts
  • Joined: 13-May 02
  • Location:Vienna, VA

Posted Tue May 4, 2010 5:58 AM

If we're gonna go color... that'd rock. Of course, nobody is going to be typing these in, so... Maybe we could go "impossible to read" like the OLD 99'er Magazine before they "fixed it". Dark, bold font with vertical lines between chars. It was a total mess and led to tons of keying errors, especially in DATA statements. That'd be really retro & authentic. Maybe you could add smudges too!

View Postsometimes99er, on Tue May 4, 2010 3:54 AM, said:

How about program listings like this

>100 OPTION BASE 1::CALL SCREEN(2)::CALL CLEAR::SC=0::LF=3::LVL=1::FX=3
 ::FY=2::DIM X(10)::DIM Y(10)::DIM H(4)::DIM V(4)
>110 H(1)=-1::V(1)=0::H(2)=1::V(2)=0::H(3)=0::V(3)=1::H(4)=0::V(4)=-1::
 PT=100::GRD=100::PIL=104::FLY=112::SPD=120
>120 FOR C=1 TO 8::CALL COLOR(C,15,1)::NEXT C::CALL COLOR(9,6,1)::CALL
 COLOR(10,9,1)::CALL COLOR(11,11,1)::CALL COLOR(12,4,1)
>130 READ GRD$,PIL$,FLY$,SPD$::CALL CHAR(GRD,GRD$)::CALL CHAR(PIL,PIL$)
 ::CALL CHAR(FLY,FLY$)::CALL CHAR(SPD,SPD$)
>140 CALL CLEAR::READ RN::RANDOMIZE RN::FOR I=1 TO 11::CALL HCHAR(INT(
 RND*22)+2,INT(RND*32)+1,GRD,INT(RND*16)+8)::NEXT I
>150 FOR I=1 TO 11::CALL VCHAR(INT(RND*22)+2,INT(RND*32)+1,GRD,INT(
 RND*12)+9)::NEXT I
...
:)


#308  

    Stargunner

  • 1,758 posts
  • Joined: 25-October 06

Posted Tue May 4, 2010 7:40 AM

View Postunhuman, on Tue May 4, 2010 5:58 AM, said:

If we're gonna go color... that'd rock. Of course, nobody is going to be typing these in, so... Maybe we could go "impossible to read" like the OLD 99'er Magazine before they "fixed it". Dark, bold font with vertical lines between chars. It was a total mess and led to tons of keying errors, especially in DATA statements. That'd be really retro & authentic. Maybe you could add smudges too!
Oh yeah. A few misprints and one missing line. Awesome ! :lol:

#309  

    Dragonstomper

  • 573 posts
  • Joined: 02-February 10
  • Location:Richmond, VA

Posted Tue May 4, 2010 8:30 AM

View Postsometimes99er, on Tue May 4, 2010 3:54 AM, said:

How about program listings like this

Once again we are on a spookily similar wavelength. :) I've considered doing that, and I might still, though it takes it away from the look of the original manuals. It's nicer on the eyes, certainly. Likewise, the two-column approach may work out as well.

I can certainly recreate the feel of the original type-ins by strategically omitting and mistyping content. Then we can include a separate sheet of errata in the book, which contains at least one error itself. ;)

#310  

    Stargunner

  • 1,376 posts
  • Joined: 01-May 07
  • Location:SJC

Posted Wed May 5, 2010 1:35 AM

I finally got a chance to check this thread out, and it's looking fan-tastic! I'll definately chip in on publishing costs, this must come out! :)

#311  

    River Patroller

  • 3,019 posts
  • Joined: 18-November 09
  • Location:Elizabethtown, KY

Posted Thu May 6, 2010 10:18 PM

Just wanted to let you guys know I updated Opry99er to include the winners of the contest. I also put up a new video of the week and a new game of the week. The video is an Assembly demo montage by sometimes99er.... shows the most amazing stuff I've ever seen in the 99xx family. Head on over

http://www.Opry99er.com

#312  

    Dragonstomper

  • 573 posts
  • Joined: 02-February 10
  • Location:Richmond, VA

Posted Sun May 9, 2010 5:48 PM

Just letting you all know that work on the book is continuing. I've got a lot of plates spinning at the moment, but I hope to have a version to share with you all soon. Thanks for you patience!

#313  

    River Patroller

  • 3,019 posts
  • Joined: 18-November 09
  • Location:Elizabethtown, KY

Posted Sun May 9, 2010 6:40 PM

Hey man-- it's hard to rush brilliance. :) anything worth having is worth waiting for, I always say.

#314  

    Chopper Commander

  • 111 posts
  • Joined: 12-April 10
  • Location:Australia

Posted Mon May 10, 2010 9:32 PM

So I only just recently found this place and missed the SSGC contest.... When is the next one? :cool:

#315  

    Stargunner

  • 1,758 posts
  • Joined: 25-October 06

Posted Tue May 11, 2010 12:46 AM

View PostBones-69, on Mon May 10, 2010 9:32 PM, said:

So I only just recently found this place and missed the SSGC contest.... When is the next one? :cool:
Maybe Willsy would do something about his Crap Game Competition ?

:)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users