mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-30 07:30:04 +00:00
ootw: add beginnings of a FAQ
This commit is contained in:
parent
e13d2e7ca8
commit
74a035ad19
14
ootw/FAQ
Normal file
14
ootw/FAQ
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Q. Are you implementing the game just like the original?
|
||||||
|
|
||||||
|
A. No, this is just a quick hack using all sprites.
|
||||||
|
I'm not doing something amazing like writing a 6502 optimized
|
||||||
|
vector drawing library.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Q. How are you making the graphics?
|
||||||
|
|
||||||
|
A. Using the orignal for reference (currently a Windows/EGA version
|
||||||
|
for some reason?) Size down to 80x40. Manually map colors to
|
||||||
|
Apple II Lo-res pallette. Then manually adjust to 40x40.
|
||||||
|
Finally fine tune in a bit while using original for reference.
|
Loading…
Reference in New Issue
Block a user