Jump to content
IGNORED

A chess viewer for pgn files.


Recommended Posts

I am thinking about starting on this as a long term project. (You can assume that just drawing the board is enough of a challenge for me at the moment) PGN files are just ascii text files, that sometimes uses {} for comments.

 

I am using an emulator at the moment, but it would be cool if it was possible to somehow also use an actual Atari to read the files. What would be the best way to go around the conversion? Maybe there is already something like this out there?

Link to comment
Share on other sites

I would be happy if I could get something similar up and running :) The key thing for me is to have the ability to import any pgn file, I wonder if the version you linked has that? I will probably use the Atari800win emulator, it is my favourite :)

Link to comment
Share on other sites

Well,

 

the news about Chess Foreva could be found at atarionline:

http://www.atarionline.pl/v01/index.php?subaction=showfull&id=1420392921&archive=&start_from=20&ucat=1&%3B_=1314250314926&ct=nowinki

 

the downloads and sources are here:

https://github.com/Chessforeva/AtariChess

 

and this seems to be a blog site (author`s blog?):

http://chessforeva.blogspot.de/

Edited by CharlieChaplin
Link to comment
Share on other sites

Curly braces are not valid Atari characters only in the visual sense. The ROM character set doesn't have any corresponding shape for those two.

But, in text files those characters are just plain old bytes. The Atari can read any byte value. It is just that these bytes won't mean "open brace" and "close brace" in the ATASCII character set.

Open brace is ASCII value 123. The ATASCII character 123 is the spade graphic character, Ctrl-semicolon.

Close brace is ASCII value 125. The ATASCII character 125 is the clear screen character.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...