Author Topic: Programming and Dev'ing Thread  (Read 1694 times)

0 Members and 1 Guest are viewing this topic.

Offline True Evangelion

  • Hero Member
  • *****
  • Posts: 2484
  • Gender: Male
    • View Profile
Programming and Dev'ing Thread
« on: July 23, 2012, 01:06:44 AM »
Alright, we need one. This thread is for programming and web building (Two different things).


Currently, I'm working on an IRC Bot (With a dirty mouth). It's written in python.


https://github.com/True-Evangelion/Imouto-Bot/blob/master/imouto.py

It has various functions.......including a dubious one I took from another bot.

I didn't make up the bad lines, I just ripped them from various H-Manga

Offline killer rin

  • Administrator
  • Hero Member
  • *****
  • Posts: 6314
  • Gender: Male
  • Unanian Innovation!
    • killerrin
    • Killerrin
    • killer rin
    • killerrin
    • View Profile
    • Killerrin Studios
Re: Programming and Dev'ing Thread
« Reply #1 on: July 23, 2012, 01:19:17 AM »
Alright, we need one. This thread is for programming and web building (Two different things).


Currently, I'm working on an IRC Bot (With a dirty mouth). It's written in python.


https://github.com/True-Evangelion/Imouto-Bot/blob/master/imouto.py

It has various functions.......including a dubious one I took from another bot.

I didn't make up the bad lines, I just ripped them from various H-Manga

Interesting, I have been working on a Zombie ORPG within Python and Pygame using Sockets and Threads. I currently have the Client done for connecting to the master server, now all I need to do is create the Server and create artwork to override the placeholders and it will be complete.