Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: LuLDev aka Laurent Simulator 2014  (Read 2005 times)

0 Members and 1 Guest are viewing this topic.

FRex

  • Hero Member
  • *****
  • Posts: 1845
  • Back to C++ gamedev with SFML in May 2023
    • View Profile
    • Email
LuLDev aka Laurent Simulator 2014
« on: September 08, 2014, 01:33:15 am »
YES. I'm serious. This has to be the dumbest thing I ever wrote, at least it took little time.
The idea is totally stolen from: http://hackertyper.net/
You press any keys and it makes kernel code appear as if you are pro hacker.. ;D
I did the same for SFML code, using SFML itself. It's as if SFML is self-hosting itself. ;D I intended to use Network module to download source file you choose from github but ended up shipping them with the 'game' because I had problems doing that.

Here is the git repo:
https://github.com/FRex/LuLDev

There is just single .hpp and single .cpp, game also requires font file and the SFML directory which has most of .hpp and .cpp files of SFML for you to 'edit'.
I also added to repo a bash/find/sed script I used to make the list of relative paths and the usual - README and LICENSE.
The idea is same as in 'original' - you launch the program and type random keys to make source code of SFML appear. ;D
There are some options to pick font, file to 'edit', color of font, size of font, source code characters that appear per key press and size of window. All are described in kHelpString which gets printed if you launch with single '-h'.
There are also sane defaults for everything so just launching the program works.
« Last Edit: September 08, 2014, 01:36:53 am by FRex »
Back to C++ gamedev with SFML in May 2023

 

anything