December 10 2012 by
0pen5ourced in
ece2524 |
Our final project has reached completion. Everything works, the only thing left to do is to play the game for hours on end and try to produce errors, as well as catch spelling mistakes and proper spacing. Since the last post, a great deal of thought went into considering the fighting style of the game. […]
December 2 2012 by
0pen5ourced in
ece2524 |
We have decided to make each room a folder. However, instead of having folders in folders for our room layout, we will have all the room folders in one subdirectory. We have also decided to use multiple files in each folder for the different actions to use. We have split the project up amongst ourselves. […]
November 9 2012 by
0pen5ourced in
ece2524 |
In the past two weeks, I have met with my final project group twice. We have decided to create a text based adventure game for The Walking Dead. The structure of the game will be based on the Linux filesystem. Each folder will be its own room, with the different directions you can move. For […]
October 5 2012 by
0pen5ourced in
ece2524 |
Homework 4 turned out to be a little more confusing than anticipated. It was the first time using a data structure rather than just a variable. The requirement of the assignment was to write a python script that would take in an inventory file and manipulate the data based on commands provided through standard in. […]
September 30 2012 by
0pen5ourced in
ece2524 |
These past two weeks have mostly been looking at our last and next python assignments. The last homework looked like it was going to be quite difficult. However, after starting the homework, I realized that pretty much everything I needed to know was in the assignment description. The links to other websites with examples helped […]
September 7 2012 by
0pen5ourced in
ece2524 |
Basic Shell Commands This week in ECE 2524, we took a look at some of the basic shell commands listed below. alias diff man rmdir unalias cat echo mkdir script whereis cd exit more source which cp hostname mv ssh whoami chmod less pwd tar ps date ls rm touch grep find head tail ln […]