Thread: working on a little puzzle game.

  1. #1
    Registered User
    Join Date
    Sep 2011
    Posts
    9

    working on a little puzzle game.

    hey, this is my first game using the c# language.

    its a puzzle game. and i still need to figure a name. but here are some screenies.

    http://i51.tinypic.com/24pct2t.jpg

    http://i52.tinypic.com/23jfgw5.jpg

    http://i52.tinypic.com/nd56d2.jpg

    you are the & character and you need to reach the exit ( E )
    along the way you might encounter switches ( S )
    and doors ( | , - )
    but also monsters ( M ) they are blind and will only move when they hear you.

    there's not much of puzzle elements in the levels i just created yesterday, but i will add more objects to make it more fun.

    this is my first game, tell me what you think! :P

  2. #2
    spaghetticode
    Guest
    Looks like a great and instructive thing. Would love to play it, but sorry, no Windows.

  3. #3
    Registered User
    Join Date
    Sep 2011
    Posts
    9
    Quote Originally Posted by dennis.cpp View Post
    Looks like a great and instructive thing. Would love to play it, but sorry, no Windows.
    thanks. depends what os you are on though. i heard C# is compatible with most operating systems.

    i now added a new puzzle item: the pushblock AKA he companion cube hehe. you can push it around and block monsters with it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ Simple Puzzle Word Game
    By ijAcK in forum C++ Programming
    Replies: 2
    Last Post: 09-23-2008, 06:41 AM
  2. 8 Puzzle game solver with the Best-First algoritm
    By LordMX in forum C Programming
    Replies: 17
    Last Post: 08-11-2008, 10:00 AM
  3. 8 puzzle game solver in C
    By LordMX in forum Game Programming
    Replies: 2
    Last Post: 08-06-2008, 10:24 AM
  4. My Game isn't working...
    By kimset in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2007, 01:42 AM
  5. my game over function is not working
    By swgh in forum C++ Programming
    Replies: 6
    Last Post: 06-24-2005, 07:57 AM