Learn Construct 2: Creating a top-down shooter in HTML5!
Learn Construct 2: Creating a top-down shooter in HTML5!, available at $19.99, has an average rating of 4.35, with 37 lectures, 4 quizzes, based on 62 reviews, and has 2222 subscribers.
You will learn about Implement simple solutions to advanced topics such as Enemy AI and Player Shooting Learn how to create and separate event sheets for organized and efficient code. Learn the basic principles of game feel and how to make our game not be dull Learn the basic principles of game feel and how to make our game not feel dull. Be comfortable splitting up our game into manageable chunks and adding minor details as you progress. Learn how to use the shadowcasting abilities to make our levels have more depth. Create enemy AI that are not overly complicated but complex enough to beat you before you have a chance! Create a dynamic camera using C2's built in Scroll To and lerp function Know how to make functions accept parameters for things like bullet accuracy and screenshake! Push the free edition of C2 to it's limits however leaving a lot of room to tidy up with the personal edition! Experience very frequent UPDATES to lectures and course downloads! Learn intuitive ways of programming without actually having to type out code. C2 makes it the perfect balance for those who think logically. This course is ideal for individuals who are This course is for the person who just wants to HONE THEIR CRAFT and make a video game. or If you don't like diving right into the content and want a course that explains every little iota, this course is not for you. or Those who have always wanted to make a game like this but thought it was too complicated will love this course! It is particularly useful for This course is for the person who just wants to HONE THEIR CRAFT and make a video game. or If you don't like diving right into the content and want a course that explains every little iota, this course is not for you. or Those who have always wanted to make a game like this but thought it was too complicated will love this course!.
Enroll now: Learn Construct 2: Creating a top-down shooter in HTML5!
Summary
Title: Learn Construct 2: Creating a top-down shooter in HTML5!
Price: $19.99
Average Rating: 4.35
Number of Lectures: 37
Number of Quizzes: 4
Number of Published Lectures: 35
Number of Published Quizzes: 4
Number of Curriculum Items: 41
Number of Published Curriculum Objects: 39
Original Price: $39.99
Quality Status: approved
Status: Live
What You Will Learn
- Implement simple solutions to advanced topics such as Enemy AI and Player Shooting
- Learn how to create and separate event sheets for organized and efficient code.
- Learn the basic principles of game feel and how to make our game not be dull
- Learn the basic principles of game feel and how to make our game not feel dull.
- Be comfortable splitting up our game into manageable chunks and adding minor details as you progress.
- Learn how to use the shadowcasting abilities to make our levels have more depth.
- Create enemy AI that are not overly complicated but complex enough to beat you before you have a chance!
- Create a dynamic camera using C2's built in Scroll To and lerp function
- Know how to make functions accept parameters for things like bullet accuracy and screenshake!
- Push the free edition of C2 to it's limits however leaving a lot of room to tidy up with the personal edition!
- Experience very frequent UPDATES to lectures and course downloads!
- Learn intuitive ways of programming without actually having to type out code. C2 makes it the perfect balance for those who think logically.
Who Should Attend
- This course is for the person who just wants to HONE THEIR CRAFT and make a video game.
- If you don't like diving right into the content and want a course that explains every little iota, this course is not for you.
- Those who have always wanted to make a game like this but thought it was too complicated will love this course!
Target Audiences
- This course is for the person who just wants to HONE THEIR CRAFT and make a video game.
- If you don't like diving right into the content and want a course that explains every little iota, this course is not for you.
- Those who have always wanted to make a game like this but thought it was too complicated will love this course!
==================================================================
How to make an “top-down shooter” in Construct 2!
==================================================================
What is the course about?
++++++++++++++++++++++++++++
This course is about creating an intense top-down shooter game. By using Construct 2 and it’s extremely fast ability to get a thought out of your head and into code, we are going to be diving right into creating our game. This course is about understanding how we can take a very advanced topic and make it simple all thanks to Construct 2.
=======================
What material is included?
=======================
In the beginning of the course you have access to all of the assets used (art, animations, SFX) so you can make the same game along with me. In the download you will find the .capx we create at the end of the lecture!
++++++++++++++++++++++++++++
What does this course include?
++++++++++++++++++++++++++++
- Simulated controls
- Configurable shooting
- Bullet accuracy
- Dynamic Camera
- Camera Screenshake
- Enemy AI using Line of Sight
- Enemy tracking
- Functions and parameters
- Muzzle Flash
- Player health and death
- End game
- Random enemy spawning
- Instance variables
- Bullet shells
- Pushing the limits of Construct Free but great for C2 Personal
- All assets are free to use for commercial use.
+++++++++++++++++++++++++++
The course is always being updated as is the game engine we are making!
=======================
Why take this course?
=======================
The lectures are quick and easy to understand. If you follow along with the provided assets you will easily find yourself able to create any kind of game once the course is over. I personally think that as soon as you finish the course you are going to want to add so much more to your own game that you are going to have no choice!
++++++++++++++++++++++++++++
Is this course right for me?
++++++++++++++++++++++++++++
If you have never programmed before this course is perfect for you. If you have programmed before this course is ALSO perfect for you. Whether you are just starting out or an advanced user you will find some of this information helpful.
=======================
How is this course structured?
++++++++++++++++++++++++++++
I have structured this course in a way where we add the important things first and create the gameplay second. By creating and fine tuning the mechanics as we go we are able to understand everything Construct 2 has to offer and create an awesome game on the way!
I hope to see you in the discussion!
– Jeremy
Course Curriculum
Chapter 1: Welcome to creating your top-down shooter!
Lecture 1: Introduction / Proof of what we are making!
Lecture 2: Who Am I ? Why take this course?
Chapter 2: Setting up our project file
Lecture 1: Setting up our layout
Lecture 2: Importing our sounds
Chapter 3: Programming our player
Lecture 1: Player Movement: Part 1
Lecture 2: Player Movement: Part 2
Lecture 3: Player Movement: Part 3
Lecture 4: Player Animations
Lecture 5: Player Shooting: Part 1
Lecture 6: Player Shooting: Part 2
Lecture 7: Player Shooting: Adding a muzzle flash
Lecture 8: Player Shooting: Adding bullet accuracy
Lecture 9: Player Health & Death
Lecture 10: Congratulations!
Chapter 4: Creating our Level
Lecture 1: Adding our level objects
Lecture 2: Adding shadows
Lecture 3: Adding our dynamic camera
Lecture 4: Adding destructible objects and bullet collisions
Lecture 5: Adding screenshake
Lecture 6: Adding our HUD
Lecture 7: Congratulations!
Chapter 5: Programming our Enemy
Lecture 1: Enemy set-up
Lecture 2: Enemy AI: Line of sight
Lecture 3: Enemy Behavior: Part 1
Lecture 4: Enemy Behavior: Part 2
Lecture 5: Enemy AI: Shooting bullets
Lecture 6: Enemy Collision
Lecture 7: Enemy Tracking
Lecture 8: Congratulations!
Chapter 6: What's next?
Lecture 1: Meaning: Game over
Lecture 2: Meaning: Random enemy spawning and finale!
Lecture 3: Post your projects!
Chapter 7: Updates
Lecture 1: What would you like next?
Lecture 2: BONUS: Creating an Unbounded layout
Lecture 3: BONUS: Adding bullet shells
Instructors
-
Jeremy Alexander
Teaching Game & Software Dev, Web Design, & Email Marketing
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 6 votes
- 4 stars: 22 votes
- 5 stars: 33 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024