bitmap-editor/README.md

22 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-04-15 17:12:02 +00:00
# Apple ]\[ repository
This repository will contain stuff related to the venerable Apple ]\[ computer. Mostly programming stuff. We'll see how it evolves.
The first thing I want to do is write some kind of guide or tutorial to write 2-liners in Applesoft and probably present some of the 2-liners I wrote.
Then I have several projects in assembly as well and maybe those will land here as well ...
Only time will tell.
2021-01-15 07:49:08 +00:00
## 2-liners
* [The art of 2-liners](https://github.com/tilleul/apple2/tree/master/2liners/the%20art%20of%202-liners): an incomplete attempt guide on how-to write 2-liners in Applesoft
## 6502
(this section will feature 6502 code, games and tips'n'tricks
## Tools
2021-01-15 07:50:09 +00:00
* [Bitmap Editor](https://github.com/tilleul/apple2/tree/master/tools/bitmap%20editor): An Excel spreadsheet to virtually create and render Apple ]\[ sprites/bitmaps.
2021-01-15 07:49:08 +00:00
2020-04-16 18:10:32 +00:00
---
2020-04-16 18:15:03 +00:00
#### License
2020-04-16 18:10:32 +00:00
All code and content in these pages, except noted otherwise, is copyright François Vander Linden. And although you're free to use and modify them, honesty suggests you give proper credit when due. And if you plan to use what's in here for ANY kind of commercial project, this is not allowed. Please contact me first: don't worry, I might let you use my stuff anyway.