https://github.com/progval/vmars
Redcode interpreter for CoreWar
https://github.com/progval/vmars
Last synced: 3 months ago
JSON representation
Redcode interpreter for CoreWar
- Host: GitHub
- URL: https://github.com/progval/vmars
- Owner: progval
- Created: 2012-04-14T20:53:10.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2012-05-24T19:27:19.000Z (about 13 years ago)
- Last Synced: 2025-02-12T05:39:05.431Z (4 months ago)
- Language: Python
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
What is vMars ?
===============vMars is a MARS (Memory Array Redcode Simulator), that's to say an
implementation of the CoreWar game.
The "v" stands for visual, as it is planned to add a graphical user
interface and maybe a graphical debugger.vMars is written in Python and is available under the MIT license.
Contributions
=============vMars development uses Git and git-flow[1] as a branching model.
Contributions can be made via GitHub pull requests, emails, ...
[1] https://github.com/nvie/gitflow