Off Topic > Off Topic
Programming Megathread
Clay Hanson:
Visual Basic script
Im writing a game that looks similar to Dwarf Fortress in vbs, lmfao
Its not going well, but i made this dumb decision
So far 824 lines of code. It uses external map files, and has a cfg. Its still not done.
Rednakin:
How do I set up a programming environment on Mac? On Windows I run Windows Powershell to run python code, but I can't figure out how to do it on the terminal on Mac.
$trinick:
--- Quote from: Rednakin on April 08, 2016, 11:26:52 AM ---How do I set up a programming environment on Mac? On Windows I run Windows Powershell to run python code, but I can't figure out how to do it on the terminal on Mac.
--- End quote ---
python script.py
Foxscotch:
--- Quote from: Rednakin on April 08, 2016, 11:26:52 AM ---How do I set up a programming environment on Mac? On Windows I run Windows Powershell to run python code, but I can't figure out how to do it on the terminal on Mac.
--- End quote ---
why do you even bother with powershell? just use the command prompt
Tudoreleu:
a while ago i made a simple chemistry-related program (which i can share if anyone wants it. beware, written in crappy c++)
i was thinking of writing a simple console minesweeper program now. what do you think?