Various improvements:
authorMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 12 Apr 2023 08:41:18 +0000 (08:41 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Wed, 12 Apr 2023 08:41:18 +0000 (08:41 +0000)
commite159d807418fc9dea962c27473e40a7be0aedb80
tree37487e616ead1b20ae591f8e61916d1829bd0b55
parent7c604d6a6e8a740bed5ef7ae612d586c7da47c95
Various improvements:
- Use getopt(3) and atoi(3) instead of ad-hoc argument management
- Make UFO missiles two animated rows to be closer to those in the
  original game.
- Add a curses(3) atexit(3) cleanup handler.
- Use stdlib EXIT_SUCCESS/EXIT_FAILURE.
MATT-README.txt [new file with mode: 0644]
aliens.c
globals.c
nInvaders.c
view.c