Comment by ๐ anthk_out
Re: "Pokemon battle simulator in C"
do a prototype with jimtcl and the sqlite bindings first. Jimsh it's smaller than the original tcl but has no tk. But it's very portable.
2025-01-02 ยท 1 year ago
Original Post
Pokemon battle simulator in C โ I intend to make a Pokemon battle simulator in C and would like to work multiple people together on it. I can set up a newsgroup on my NNTP server for the discussion of the project. Goals: It must be FOSS. Written in C, without any dependencies except some parts of the standard library. Made as a library that can be called by other programs. The library does not perform any I/O except by FILE objects given by the caller and by callback functions given by the...