Acemuzzy’s Positronic Blog

The home for games that will be…

Acemuzzy’s Positronic Blog header image 4

Entries Tagged as 'Progamming'

What next?

September 9th, 2008 · No Comments

Just to document my main upcoming aims for the project, in vague order

textures 
models
basic storyline (for a demo) & improve scripting
sound fx & music

[Read more →]

Tags: Progamming

What have I been up to?

August 17th, 2008 · No Comments

Not much
Tidying up my code using FxCop
Playing New Super Mario Brothers on my new DS
Getting my brain age down to 23
Deciding whether to write a platformer for a bit, not my adventure game
Meeting old friends [photo to follow]?
Realising I need to print my photos, integrate them into my blog, and sort out my app to cope [...]

[Read more →]

Tags: Progamming

More Photos!

August 4th, 2008 · 1 Comment

Right, well my photo program is pretty much finished now!  I’m not going to upload it quite yet, but I thought I’d at least point you at the photos which are now up.
So, HERE’S MY PHOTO ALBUM!
In terms of my wish list, it provides a slideshow & album view, as selected from a database, but [...]

[Read more →]

Tags: Progamming · South America · Web development

Photos

July 31st, 2008 · No Comments

OK, in this post I challenged myself to write an album-producing GUI in C#.  This blog attempts to document my attempts to do so!
What I did!
C# stuff

Cranked up Visual Studio C# 2008, and sketch out some UI.
Discovered some (for me) new controls (including tabs, progress bars etc., and browsing to the desired directory.
Got it to [...]

[Read more →]

Tags: Progamming · South America · Web development

VS PHP

July 26th, 2008 · No Comments

I’ve finally bought VS PHP.  I like it!  Great UI for writing PHP code.

[Read more →]

Tags: Web development

Welcome Back Me!

July 26th, 2008 · No Comments

Right, well I’m back home.  Flight uneventful, though the general low quality of service won’t be encouraging me back onto Iberian Airlines any time soon.
So, what have I been up to since I got back?

Fundamentally, not much
Have got all my photos onto my laptop, so time for my challenge
Logged onto my PS3 and discovered a Trophy [...]

[Read more →]

Tags: Progamming

Photo Album(s)

July 18th, 2008 · 1 Comment

I’ve set myself two photo-related challenges for when I get back home

use iPhoto or some such to produce a hard-bound photo album of the trip (with the travel blog as text) and
write a Windows program (in Csharp I expect) to

produce thumbnails of the images
produce sql for databases to hold the image names & descriptions
produce sql [...]

[Read more →]

Tags: Progamming · Travelling

Keywords

June 26th, 2008 · No Comments

In C#, according to MSDN, there are 77 C# keywords.  A keyword, it defines, is a predefined, reserved identifiers that have special meanings to the compiler.  Some you’ll be definitely familiar with, others possibly less so.  It’s these less common ones I’d like to introduce here - as I’ve found some new ones I’ve learnt [...]

[Read more →]

Tags: Progamming

Euler & Holiday Update

June 26th, 2008 · No Comments

OK, I’m now “26% genius”!
But I think that will drop as they introduce more questions & I vacate the continent (and my PC) for four weeks…
I spent a while last night looking at Problem 199 to do with circle packing.  Haven’t got it figured yet.  I think I can either use Descarte’s Theorem, or it may [...]

[Read more →]

Tags: Progamming

My Silverlight Test Page

June 15th, 2008 · No Comments

Right, I definitely prefer developing in Silverlight than Flash.  The IDE is much clearner, but the real winner is the productivity of C#, and libraries that I understand, vs. whatever Adobe decides to devise.  Some might view that as me being an MS-phile; even if that is the case (I don’t think I am!), that [...]

[Read more →]

Tags: Web development