6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Fri May 17, 2024 6:43 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Wed Sep 11, 2019 2:53 pm 
Offline
User avatar

Joined: Fri Dec 11, 2009 3:50 pm
Posts: 3354
Location: Ontario, Canada
This just turned up on Hacker News; so far I have only skimmed it, but I expect the s/w folks here will find it interesting. Here is the article, and here is the HN discussion (presently in progress).

Quote:
Given the significant restrains of the NES hardware, making any game is difficult enough, let alone one with as much content as What Remains. Only by creating useful subsystems to hide and manage this complexity were we able to work as a team to complete the game.

[...]

Any real-time game more complicated than Tetris has at its core an “entity system”. This is the functionality that allows for multiple independent actors which act simultaneously and are responsible for their own state. Though What Remains is by no means an action game, it still has screens full of independent actors with complex behavior: animating and drawing themselves, checking for collisions, and triggering dialog.
ImageImage

-- Jeff

PS- I'll take this chance to make another plug for Hacker News. Lots of interesting content (I ignore 99% of it, and so too will you, probably. But even the 1% is a gold mine). And -- what breath of fresh air! -- no flame wars; the discussions are civil! In addition, some of the commenters are remarkably well informed. HN has become a staple of my Internet experience; I value it highly.

_________________
In 1988 my 65C02 got six new registers and 44 new full-speed instructions!
https://laughtonelectronics.com/Arcana/ ... mmary.html


Top
 Profile  
Reply with quote  
PostPosted: Wed Sep 11, 2019 5:12 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10800
Location: England
Nice one Jeff, thanks for the pointer. Two comments from the HN discussion:

Quote:
When reading the README file of their github it is possible to see how "impure" pragmatic decisions were made like for loops and not supporting proper recursion. I wish there would be more projects like this one porting lisp runtimes to more and more hardware.


Quote:
What they didn’t do is what many people might think are table stakes with Lisp: writing a garbage collector, writing a runtime, supporting lambdas, and so on. Those are unreasonable asks for 2K RAM on a 6502. I wouldn’t say they wrote a bonafide Lisp, but they made use of many ideas of Lisp successfully to write a game that is very surprisingly readable while not being too abstract over assembly.


Edit: And from the article:

Quote:
...a custom language was developed in tandem with the game. Co2 is a Lisp-like language, built on Racket Scheme, which compiles into 6502 assembly. This language was originally started by Dave Griffiths to build the What Remains demo, and I decided to stick with it for the full project.

Co2 makes it possible to write inline assembly when needed, but also has higher-level facilities that make certain tasks easier. It implements local variables that are efficient both in terms of ram consumption and access speed[+]. It has a very simple macro system that helps write readable, and also efficient code[+]. Most importantly, it makes representing data directly in the source a lot easier, thanks to lisp’s homoiconicity.



(I too follow HN, but I do it by being about a week behind on the daily top ten, in an effort to tame the firehose. Being behind means I see the discussion whole, but can't participate (like any time-traveller)
http://www.daemonology.net/hn-daily/2019-09-02.html
(I use RSS)

Edit: and agreed, the level of discourse on HN is excellent. Much of it is culture, some of it is the consequence of up/down voting, and some due to the contribution of two excellent moderators.
)


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 6 guests


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 post attachments in this forum

Search for:
Jump to: