-
Posts
166 -
Joined
-
Last visited
-
Days Won
1
wrux last won the day on May 14 2014
wrux had the most liked content!
Personal Information
-
Location
Taipei
-
Website
https://www.instagram.com/bloke.blog
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
wrux's Achievements
Newbie (1/14)
4
Reputation
-
Damn I signed up to here on my original account in 2007 (forgot password and didn't use the email anymore so made this account and never really used it). Me and my friend would skip school and work on our game all day... and fast forward 12 years and i'm working in Taiwan writing software and traveling all over the world, currently writing this from a beach in Thailand. Thanks to this forum for getting me into learning to code!
-
Still for sale. It's down at the minute because i'm limited on memory and I am hosting a number of websites. PM me for offers and what not
-
It's almost at the release stage. The mailbox system was almost finished and then attacking system was going to be added. I have most things in place, it was just a matter of adding all the database stuff such as crimes and jobs etc.
-
So recently i've taken on quite a few freelance projects and my project I started has been put on the sidelines. My game has been put on the sidelines which sucks but I have more important projects at the minute. I know that I will not have much time on it at all without dropping paid work which is also paying me money so i'm hoping that somebody could take it off my hands. I am selling my game Crime Foundation with the following: - Exclusive game rights. I will not keep any of the code and make my own project again later - Two domains; - - crimefoundation.com - - crime.foundation - I will transfer ownership of the domains and set up the game on your server. - A year long SSH certificate - I will also offer to help with the game and give you support for as long as you need it (within reason) Here are some screenshots. Some reason the chrome plugin I used to take the screenshots gitched out the page a bit on the admin screenshots. Saves me opening up photoshop to stitch a few screenshots together: [ATTACH=CONFIG]1612[/ATTACH] [ATTACH=CONFIG]1613[/ATTACH] The admin section uses an ACL (access control layer) so you can add administrative users really easily and choose what they have access to with only a few clicks as apposed to having to code it all in. The backend also has a lot of super easy controls for controlling pretty much everything in the database. [ATTACH=CONFIG]1614[/ATTACH] [ATTACH=CONFIG]1615[/ATTACH] You can add social accounts to the game (i've only got facebook and twitter) and this is also added in the backend with only HTML required to implement on the front end. If you are interested private message me. I'm not sure what I want for this, I have put a lot of hours into the development as it is a bespoke piece of software. I'm sure I could come up with a good deal .
-
Today I uploaded my first release of an online markdown document editor. It's powered with NodeJS & MongoDB. If you need to create simple documents online, go check out http://skribe.it/
-
Working on a markdown document editing webapp written in node.js using mongoDB for the database engine. Also working on a native OS X app that will followup. Sometimes it takes a while to create a polished application. I swear all I do is fiddle with front end elements all day
-
You should try and use the native styling. It helps for continuity between apps and people will find it easier to use if they recognise the content. Looks good though and maybe there is an auth plugin for this forum platform that would enable sessions from within the app which might make it a bit more streamlined.
-
It just looks like you followed a tutorial. Theres no design here, it's just text on a background
-
So i've been buying up all the names of my local towns domain names tonight as soon the new gTLD .TOWN will be released. 30th if i'm correct. Games with the name town in would be great which got me thinking about a good game name. Straight away I thought up zombie.town which has not been pre-ordered. So many game names could end in town and heres your chance to get a decent domain name and for only $29. These domain names will open up a good ammount of creativity so get on board!! Lets see if anybody snaps up zombie town :)
-
I saw this a while ago and it wasn't till watching the simpsons just now that I remembered this. Have a look man it's unreal.... Simpsons heads created with HTML & CSS. http://pattle.github.io/simpsons-in-css/
-
I've probably said this to a million people but make a blog template. Blog layouts are pretty simple and do not require a ton of knowledge (which is great for learning) unless you want to get all fancy. If your proud of it you could even take it further and integrate it into something like WordPress :)
-
Just rolled out a simple UI change, you may see a few of these over the next few weeks. This is generally what i'm looking to create as a base for my game. The shop UI was structured in a table and now i've created a 3 column shop layout, it is certainly more readable. [ATTACH=CONFIG]1589[/ATTACH] With any update, I am hoping to post in my blog outlining what I have done and with practice they should theoretically get better. Keep posted!
-
Yea might have to, I prefer the clean loop but that adds functionality I guess :)
-
All that in 116 lines of code. Shows how powerful web tech is becoming. Have a look at this: http://madebyevan.com/webgl-water/