50 Commits (65ee79f8c5ba22dc940717618ecb6ecd4d66755d)

Author SHA1 Message Date
Calson Noah 65ee79f8c5 added global variables 7 years ago
Calson Noah 57dbd5befe fixed reading errors by including string terminator to user_info 7 years ago
Calson Noah ed4c299875 finished building accounts_create() 7 years ago
Calson Noah 6aeb53f50c prototype for account creating function 7 years ago
Calson Noah d6d0b27842 set file pointer to initial position 7 years ago
Calson Noah 9bab653803 added test for EOF character 7 years ago
Calson Noah e7b911a39a building the select_user_name() function 7 years ago
Calson Noah 09cf019740 added trailing string terminator 7 years ago
Calson Noah 87a0c7bcab completed the select function 7 years ago
Calson Noah 3ad40a44ec prototype for user selecting function 7 years ago
Calson Noah f2efb02e92 added a fucntion to read file size 7 years ago
Calson Noah dbba0141f8 getche() debugged 7 years ago
Calson Noah ccce0633c4 debugging getche() 7 years ago
Calson Noah a89100c839 mikmiked getche() of conio.h 7 years ago
Calson Noah ea636383ae completed function to write new user 7 years ago
Calson Noah 71f6fa284a started function to ensure a user exist 7 years ago
Calson Noah 81bc63f51f completed building stdout display message 7 years ago
Calson Noah 529b21644d started function to display text to stdout 7 years ago
Calson Noah bfae2b5414 write message config 7 years ago
Calson Noah 1ece16c5f9 added function to exit if an integer is not within a specified range 7 years ago
Calson Noah 582879b6a7 added a function to read and std or rand config 7 years ago
Calson Noah b19e64c97c added function for standard play 7 years ago
Calson Noah 991d644536 added function to read some configuration 7 years ago
Calson Noah 3d55b9718a added sound configuration function 7 years ago
Calson Noah c87e7a4a59 Completed session style display 7 years ago
Calson Noah 39b1d72af4 debugged segmentation error 7 years ago
Calson Noah 9459e3142f started building session style display 7 years ago
Calson Noah a729d73732 Added a function to verify if a user exists in the user info file 7 years ago
Calson Noah a3e9c2b7bf function to change the current user 7 years ago
Calson Noah 13724ea46e Writes user's own text configuration setting 7 years ago
Calson Noah 8a31b3641e Funtion to store user's own text configuration 7 years ago
Calson Noah c851c2f592 Added a sleep effect function 7 years ago
Calson Noah c38baa4631 fixed gnome-terminal only issues 7 years ago
Calson Noah 3e95794055 updated write_to_line() 7 years ago
Calson Noah c01cda4c48 completed write name to line function 7 years ago
Calson Noah 61ca70e404 started function to write new name to line 7 years ago
Calson Noah 5539670824 copying pointer to pointer to char elements 7 years ago
Calson Noah cc9f4ed7c3 Added a function to check the range of integers entered into program 7 years ago
Calson Noah 12593e0f89 catenating trick 7 years ago
Calson Noah 507c9a94f7 function returns a string converted into upper case 7 years ago
Calson Noah aea9fffad8 swaps new name with former name and catenates the former name with new name details 7 years ago
Calson Noah 9aafe050a3 added function to remove extended ascii characters from user's own text 7 years ago
Calson Noah f27463ceca Modifies user name to the new and writes to the user.info file 7 years ago
Calson Noah 91414eecf0 Mickmicking the pow() function of math.h 7 years ago
Calson Noah 0a1b21a038 Better atoi() function to read command line integer arguments 7 years ago
Calson Noah eca886a9e6 Added function to ignore newline from fgets, ensure only a single character is gotten and return a single name from two or more space separated name 7 years ago
Calson Noah 6d02b7f4e7 Included a function and a .dat file for first time message display 7 years ago
Calson Noah d952925843 Declared variables and functions needed in main 7 years ago
Calson Noah c6c3430c69 Including the GNU GPL license documentation 7 years ago
Calson Noah e477d5a375 Program name display 7 years ago