Skip to content

codycollier/ski

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Ski is a simple text based game

A number of years ago, the code for a variation of this game was published in an apple basic magazine.  We eagerly typed it in and played the game for hours on an apple IIgs.  I've never found the original code or references to the game online.  So, this small python script attempts to recreate that game.


keys:
  * j - move to the left
  * k - move to the right


example:

!                 H              !
  !              H                 !
   !            H                   !
   !           H                    !
    !           H                    !
     !          H                     !
    !           H                    !
     !          H                     !
       !        H                       !
         !       H                        !
       !          H                     !
         !         H                      !
           !        H                       !
          !          H                     !
         !            H                   !
           !           H                    !
           !            H                   !
             !           H                    !
              !           H                    !
               !           H                    !
              !             H                  !
             !               H                !
             !                H               !
              !                H               !
               !                H               !
                !                H               !
                 !                H               !
               !                   H            !
              !                     H          !
               !                     H          !
               !                      H         !
              !                        H       !
            !                           H    !
           !                             H  !
          !                               H!
        !                                  H!
       *                                  H*!

You skied a total of 258 yards!
Want to take another shot?


Update:
I found the program, or one very similar in a programming magazine called "Family Computing Magazine 1985 Special" by Joey Latimer and the Family Computing Techinical Staff.  The program is called "Ski Trek" and is available in several flavors of Basic.  The whole magaizine is available at archive.org:
* see: https://archive.org/details/family-computing-1985/page/n35/mode/2up  (Ski Trek on page 37)

About

A text based skiing game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages