Daily Archives: December 8, 2014

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Web Servers!

This blog post and probably the next one will be about winsock servers.
Winsock like many other ways to code servers is a hassle and are not worth the trouble unless you are seriously considering creating one.
This post will only outline my idea of how the server is going to be designed in a simple way to interact with a user trying to connect to the server.
I will show some code but as I am only at the accept phase I […]

/ Comments Off on Web Servers!
Program: Programming

Planning the next step. (Week 49)

So this week I haven’t done much actual programming. I have just been reading up about different programming patterns and I have also been planning about how to create a server solution for the game we need to make in assignment 3.
Making a game with a multiplayer solution is only needed if you aim for a higher grade, which I do.
So I’m reading up about different things to think about when it comes to game networking. I first […]

/ Comments Off on Planning the next step. (Week 49)
Program: Programming

Planning the next step. (Week 49)

So this week I haven’t done much actual programming. I have just been reading up about different programming patterns and I have also been planning about how to create a server solution for the game we need to make in assignment 3.
Making a game with a multiplayer solution is only needed if you aim for a higher grade, which I do.
So I’m reading up about different things to think about when it comes to game networking. I first […]

/ Comments Off on Planning the next step. (Week 49)
Program: Programming

Android Game: Magnetos

These past few days I organized and hosted a weekend long game jam, namely Gotland Game Jam HT 14. While not helping participants out with their games or generally making sure things went smoothly, I made a game by myself.
I took this opportunity to try out the new UI system in Unity 4.6, turns out it was pretty nice overall. There’s a lot of similarities with NGUI in how things are set up, but they differ greatly in implementation. The […]

/ Comments Off on Android Game: Magnetos
Program: Programming

Android Game: Magnetos

These past few days I organized and hosted a weekend long game jam, namely Gotland Game Jam HT 14. While not helping participants out with their games or generally making sure things went smoothly, I made a game by myself.
I took this opportunity to try out the new UI system in Unity 4.6, turns out it was pretty nice overall. There’s a lot of similarities with NGUI in how things are set up, but they differ greatly in implementation. The […]

/ Comments Off on Android Game: Magnetos
Program: Programming