Subversion Repositories Kolibri OS

Rev

Rev 5305 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. 3 GAMES FOR KOLIBRI (AND WINDOWS)
  2.  
  3. Binary Master: Fun game for programmers.
  4. Practice binary arithmetic.
  5.  
  6. Hang Programmer: Teaches English words/phrases
  7. related to programming
  8.  
  9. Puzzle Challenge: Custom game for Kolibri.
  10. Tests your visual attention to fine details.
  11. If you solve the puzzle, lines will disappear
  12. and there will be a message. Look close into
  13. the clouds and direction of lights.
  14.  
  15. Written in FASM(1) macros, Abakis advanced language
  16. + library, 7,000+ lines, custom graphics and fonts.
  17. Spent the most time on this library.
  18.  
  19. * Created by codemaster (codemazt3r@gmail.com)
  20. * Educational games made specifically for programmers.
  21. * Very clear professional style, good examples
  22. for the community.
  23. * First portable games written in FASM. Assembles
  24. on/for both Kolibri and Windows with the same
  25. source just by changing the first 1-2 lines
  26. in A.INC. Allows programmers to create games
  27. _for_Kolibri_ on Windows
  28. * 24-27 years of programming experience,
  29. recreationally in my freetime. Made 1,000s of
  30. programs, given 100s of examples away for free
  31. while poor. Never been paid for programming.
  32.  
  33. Thanks. Happy new years!
  34. ===========================================================
  35.  
  36. (1) FASM is the abbreviation for Flat ASseMbler, open-source
  37. assembly language being developed by Tomasz Grysztar.
  38. FASM is available for Windows, DOS, Linux and KolibriOS.
  39. You can download FASM from: http://www.flatassembler.net/