Cosmic-Conquest-1982 VS TaliForth2

Compare Cosmic-Conquest-1982 vs TaliForth2 and see what are their differences.

Cosmic-Conquest-1982

(Historic) Resurrecting one of the first real time strategy (RTS) games from 1982. Written in Forth. (by RickCarlino)

TaliForth2

A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02 (by scotws)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Cosmic-Conquest-1982 TaliForth2
4 5
34 81
- -
1.8 0.0
over 2 years ago over 1 year ago
Forth Assembly
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Cosmic-Conquest-1982

Posts with mentions or reviews of Cosmic-Conquest-1982. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-16.

TaliForth2

Posts with mentions or reviews of TaliForth2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-20.
  • Alternative to WozMon
    2 projects | /r/beneater | 20 Jun 2023
  • Adding a separate debug window to the py65 6502 emulator
    5 projects | /r/beneater | 2 Jan 2022
    Note that I've coded the debug window to work with my hardware binary which supports interrupts. As such it's somewhat specialized to my build and likely wouldn't work with your build without modification. Let me know if you're interested and I could point out changes needed for you build. Alternatively, I could fork the py65 GitHub and prepare a working version with my build's binary. As an added benefit you could play with my Forth operating system (though if your main interest is that then I'd recommend some better tested versions for the 6502, like Tali Forth 2 for example).
  • Playing Cosmic Conquest, a old-style real-time strategy game, on my breadboard 6502
    5 projects | /r/beneater | 16 Nov 2021
    For a command line program I started out with getting WOZMON working and then began adding more capabilities similar to the Apple II system of old. I got tired of adding one-off functionality and discovered Forth when looking at programming languages suited for systems with limited resources. Look into TaliForth2 to get up and running fast on your 6502. The full program requires 24k ROM but can be slimmed down to fit in 16k pretty easily. I was inspired so I wrote my own Forth 2012 Standard version over the summer.
  • From breadboard to soldered version
    1 project | /r/beneater | 14 Oct 2021
    Get Taliforth running on it
  • Hey anyone tried to write an assembler for the 6502?
    2 projects | /r/beneater | 7 Jun 2021
    I got tired of creating one-off functionality so I'm now working with Forth which is kind of like an operating system/programming language combined. It's pretty easing to get a version of that running on your 6502. Tali Forth 2 by Scott Stevenson ports pretty easily and has an editor, assembler and disassembler.

What are some alternatives?

When comparing Cosmic-Conquest-1982 and TaliForth2 you can also consider the following projects:

6502 - Code for the 6502 microprocessor, mostly for the Replica 1 computer.

of816 - Portable 32-bit Forth for the 65C816.

Cosmic-Conquest - An enhanced version of the 1982 real-time strategy game Cosmic Conquest

abn6502 - Solving the global IC shortage by reusing old stuff!

NES-dev - A simple NES game written in 6502 assembly

derzforth - Bare-metal Forth implementation for RISC-V

appler - Apple ][ emulator for MS-DOS, written in 8088 assembly

lynx_hacking - Collection of Lynx demos, trial.

py65 - Emulate 6502-based microcomputer systems in Python

py65_int - Handling 6502 interrupts in py65