100k SLOC
Developer's Cave, Potential RPG January 23rd. 2010, 3:41pmThis morning, I noticed that my SLOC (Source Lines of Code) chart (in the sidebar of this blog) has breached the 100k mark (100,297sloc to be exact). That count is due to drop with the pending removal of some unused tools, defunct data structures, and legacy logic. Still, I thought it might be interesting to do a quick breakdown of the basic components:
The categories are:
- core: Networking, storage, and application framework libraries
- gui: Graphical User Interface implementation libraries
- client: RPG Client application (67% of which is client-specific GUI code)
- tools: Development helper applications
- server: RPG Server application
- other: Data structures, rules logic, and other game-supporting code













