-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|271|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




shroom_monk

Xmas Xompo 2010 : Status Report

23rd November 2010

Finally got started on my entry the other day. Gonna slowly chip away at it during the week, and try to make big pushes at weekends.


shroom_monk

Xmas Xompo 2010 : Status Report

17th November 2010

I have a pretty good idea of what I intend to do, but am having some trouble sorting out a few medium-sized gameplay issues in my head. Once those are out of the way, I'll be ready to start, although I'm probably pushing it a bit by now. :O


shroom_monk

Blitz seems crap at percentages

11th November 2010

The default data type in Blitz for numbers is integers, not floats, so (howFar / howWide) * 100 is interpreted as:
1) howFar / howWide = x; but x is a float, and I want an int! Hence I must round it!
2) *rounds value to 0 or 1*
3) I must now multiply th*snip*


shroom_monk

Xmas Xompo 2010 : Start Here

1st November 2010

I too shall enter! Assuming I can come up with an idea. ;)


shroom_monk

coding challenges

30th October 2010

Yeah, it's about time I made a small and simple game.


shroom_monk

Load BMP?

24th October 2010

Yup, good ol' Wikipedia was where I did the research for my program! :P


shroom_monk

Load BMP?

24th October 2010

For some of the BBC BASIC things I've been doing as a side-project in my Computing lessons (and I may eventually put up here at some point), I recently wrote a BBC BASIC program to read in bitmaps (to then do some other stuff with them).
Here's the bitmap*snip*


shroom_monk

What Have You Done : 20th October 2010

20th October 2010

Ups
What did you get done this week.
Been a busy week work-wise, but I finished up on an ASCII-art generator and PBM reader in BBC BASIC as little side projects in Computing. My teacher has been setting me little extra tasks to do along the lines of 'mak*snip*


shroom_monk

What Have You Done : 13th October 2010

14th October 2010

Ups
What did you get done this week.
Since last time, I've been doing various things. I got quite a bit of good work done on my current coding project, and the next big chunk of it is going pretty well. Time to work on it comes in small gluts due to scho*snip*


shroom_monk

Graphics lib for C++

4th October 2010

On (I think it was Phoenix's) recommendation, I've been using SFML. It's pretty versatile, although perhaps Allegro may be simpler (I haven't checked).


shroom_monk

Waroffice's CS:Source server

28th September 2010

Nice! I shall have to test this...


shroom_monk

Destroying a hard drive

16th September 2010

Do all of the above then stick it to a rocket and send it into the sun. Then go over it with a magnet again just for good measure. :P


shroom_monk

What Have You Done : 8th September 2010

9th September 2010

Ups
What did you get done this week.
[*]Went back to school.
[*]Got older.
Did everything turn out as planned?
That's all that happened basically. :P
Downs
What didn't you get done?
[*]Any work on 'actual coding'.
[*]Free time.
Why not?
School. *snip*


shroom_monk

Any good books, lately?

29th August 2010

On the non-fiction side of things, I recently read 'Bad Science' by Ben Goldacre. It's an entertaining but interesting read on pseudoscience and alternative medicine. Currently, I'm reading 'Can a Robot be Human' by Peter Cave. Again non-fiction, it's a bo*snip*


shroom_monk

Draw me some tiles...!

28th August 2010

(Image.png)
(Image.png)


shroom_monk

What Have You Done : 25th August 2010

27th August 2010

Ups
What did you get done this week.
[*]Some coding, got a few little things done there.
[*]Tried to teach myself to draw better than stick figures. ;)
[*]Got GCSE Results!
Did everything turn out as planned?
Coding was slowed down by me being out va*snip*


shroom_monk

Thoughts on Unregistered Comment System...

18th August 2010

While it's OK in principle, I can see spam becoming an issue once any spambots track it down. Also, it's not that hard to register, and creating an account at least encourages people to come back, right?
Ultimately though, I guess it couldn't hurt to at l*snip*


shroom_monk

Test needed.

6th August 2010

Anything special about how those computers are set up?


shroom_monk

Test needed.

6th August 2010

All working fine here, including pictures section. Nice work for a first site!
I would agree with Ben about the van image, but also the stretching of the buttons when you hover over them. Changing the button's appearance when you hover is OK, it's just th*snip*


shroom_monk

What Have You Done : 4th August 2010

5th August 2010

Ups
What did you get done this week.
[*]Returned from Cranfield.
[*]Got back to (slow) work on my coding project.
[*]Relaxed and enjoyed the summer holidays (actually, does that count as *not* doing something?)
Did everything turn out as planned?
Pre*snip*


shroom_monk

Frontpage

17th July 2010

The only thing I don't like about that is that it shows a new entry for each individual post... how about combining similar things, so instead of:
Andy posted in topic Foo (1 hour ago)
Bob posted in topic Foo (3 hours ago)
Chris posted in topic Bar (4 h*snip*


shroom_monk

QOTD : Bias Towards Installers?

16th July 2010

I'm fine with installers from established companies / organisations I trust, but anything else I want in a zip so I know exactly what I'm installing.


shroom_monk

Frontpage

13th July 2010

I like Stealth's idea of having an activity feed in the middle. My only concern would be that it would make the current sidebars redundant, so what would you put in their place?


shroom_monk

Level storage?

27th June 2010

But if you don't have a file system, surely storing them in an array like that is the only way of doing it? Sorry, I'm slightly confused... what are the limitations of the SNES, and why is your given method unsuitable?


shroom_monk

Skills and Interests

26th June 2010

What platforms do you enjoy coding?
Well, I've only ever coded on Windows, cos I've never really thought that much about coding for other stuff.
What other useful computer knowledge do you have?
Nothing particularly special with computers, although I'm *snip*

Newer Posts More - Older Posts