Tagged Questions
0
votes
1answer
100 views
Handling and organizing data from save file?
I'm working on a webapp (python/javascript) to modify a game's save file. The file has certain bytes representing player information, such as the gun, the equipment, etc. The idea is to show an ...
5
votes
5answers
245 views
Does a project typically get built or designed (graphically) first?
Say you are going to build a fairly large website.
Would all the pages be designed before they are built, or would all the pages be built and functional before they are graphically designed?
I am a ...