A presentation on making games with Common Lisp. Intended for people who do not currently program in Common Lisp, so includes some general Common Lisp knowledge/propaganda. Written in LaTex, exported as pdf.

.gitignore 925B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Created by https://www.gitignore.io/api/emacs,linux,latex
  2. ### Emacs ###
  3. # -*- mode: gitignore; -*-
  4. *~
  5. \#*\#
  6. /.emacs.desktop
  7. /.emacs.desktop.lock
  8. *.elc
  9. auto-save-list
  10. tramp
  11. .\#*
  12. # Org-mode
  13. .org-id-locations
  14. *_archive
  15. # flymake-mode
  16. *_flymake.*
  17. # eshell files
  18. /eshell/history
  19. /eshell/lastdir
  20. # elpa packages
  21. /elpa/
  22. # reftex files
  23. *.rel
  24. # AUCTeX auto folder
  25. /auto/
  26. # cask packages
  27. .cask/
  28. ### Linux ###
  29. *~
  30. # temporary files which can be created if a process still has a handle open of a deleted file
  31. .fuse_hidden*
  32. # KDE directory preferences
  33. .directory
  34. # Linux trash folder which might appear on any partition or disk
  35. .Trash-*
  36. ### LaTeX ###
  37. *.acn
  38. *.acr
  39. *.alg
  40. *.aux
  41. *.bbl
  42. *.bcf
  43. *.blg
  44. *.dvi
  45. *.fdb_latexmk
  46. *.fls
  47. *.glg
  48. *.glo
  49. *.gls
  50. *.idx
  51. *.ilg
  52. *.ind
  53. *.ist
  54. *.lof
  55. *.log
  56. *.lot
  57. *.maf
  58. *.mtc
  59. *.mtc0
  60. *.nav
  61. *.nlo
  62. *.out
  63. *.pdfsync
  64. *.ps
  65. *.run.xml
  66. *.snm
  67. *.synctex.gz
  68. *.toc
  69. *.vrb
  70. *.xdy
  71. *.tdo
  72. ### Minted ###
  73. _minted-presentation